Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-03-12T02:18:36.821Z||main|||||INFO|500||The following profiles are active: basic
2022-03-12T02:18:45.706Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-12T02:18:45.707Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-12T02:18:45.774Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-12T02:18:48.039Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-12T02:18:48.194Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-12T02:18:48.571Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-12T02:18:48.578Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-12T02:18:48.649Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-12T02:18:48.807Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-12T02:18:49.190Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-12T02:18:49.908Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-12T02:18:51.703Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-12T02:18:51.746Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-12T02:18:52.173Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-12T02:18:52.359Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-12T02:18:53.400Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-12T02:18:54.334Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-12T02:18:54.358Z||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$$b9f9eac1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-12T02:18:54.359Z||main|||||WARN|500||The sdc end point is not alive
2022-03-12T02:18:56.983Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-12T02:18:59.623Z||main|||||WARN|500||---
2022-03-12T02:18:59.623Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-12T02:18:59.624Z||main|||||WARN|500||---
2022-03-12T02:18:59.976Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-12T02:19:03.673Z||main|||||INFO|500||Started Application in 31.099 seconds (JVM running for 32.271)
2022-03-12T02:19:03.688Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:19:03.690Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:19:03.698Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:19:03.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:19:03.799Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fc86b25-95f7-43af-a525-c3907ec2ec0e url= /sdc/v1/artifactTypes
2022-03-12T02:19:03.799Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:19:04.915Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-03-12T02:19:04.921Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4181ec46
2022-03-12T02:19:04.921Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:19:04.935Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:19:04.936Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:19:04.938Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-03-12T02:19:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:19:53.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:19:53.669Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:19:53.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:19:53.680Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01c00d0e-8759-4eea-b8aa-f16bc8eb3239 url= /sdc/v1/artifactTypes
2022-03-12T02:19:53.680Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:19:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-03-12T02:19:54.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@454dc86
2022-03-12T02:19:54.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:19:54.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:19:54.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:19:54.710Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-03-12T02:20:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:20:43.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:20:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:20:43.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:20:43.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a350f40-8b90-4112-8658-91c00ccf7690 url= /sdc/v1/artifactTypes
2022-03-12T02:20:43.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:20:44.724Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-03-12T02:20:44.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ab257e2
2022-03-12T02:20:44.726Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:20:44.726Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:20:44.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:20:44.728Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-03-12T02:21:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:21:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:21:33.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:21:33.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:21:33.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4d7e7f9-db2c-459c-af3e-db65c5fe531c url= /sdc/v1/artifactTypes
2022-03-12T02:21:33.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:21:34.705Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:21:34.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3901f760
2022-03-12T02:21:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:21:34.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:21:34.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:21:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:22:23.673Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:22:23.675Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:22:23.675Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:22:23.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:22:23.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66bb3f3c-49e0-4888-b3e0-d3c95ab0573e url= /sdc/v1/artifactTypes
2022-03-12T02:22:23.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:22:24.724Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:22:24.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@679c19bc
2022-03-12T02:22:24.726Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:22:24.726Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:22:24.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:22:24.728Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:23:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:23:13.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:23:13.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:23:13.673Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:23:13.680Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d83ee44-e297-4ae1-a80c-bb97f3ef14ef url= /sdc/v1/artifactTypes
2022-03-12T02:23:13.680Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:23:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:23:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7efc7a77
2022-03-12T02:23:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:23:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:23:14.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:23:14.709Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:24:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:24:03.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:24:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:24:03.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:24:03.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ea1e2554-328f-48c0-bb11-d61de89cbb94 url= /sdc/v1/artifactTypes
2022-03-12T02:24:03.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:24:04.690Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:24:04.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42267646
2022-03-12T02:24:04.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:24:04.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:24:04.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:24:04.692Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:24:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:24:53.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:24:53.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:24:53.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:24:53.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 086a0e4a-f183-4161-a27c-4cec38677316 url= /sdc/v1/artifactTypes
2022-03-12T02:24:53.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:24:54.711Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:24:54.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b43b11f
2022-03-12T02:24:54.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:24:54.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:24:54.713Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:24:54.713Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:25:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:25:43.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:25:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:25:43.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:25:43.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05860750-b751-4302-8cc0-0000a5b4c706 url= /sdc/v1/artifactTypes
2022-03-12T02:25:43.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:25:44.722Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:25:44.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42a0ec47
2022-03-12T02:25:44.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:25:44.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:25:44.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:25:44.723Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:26:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:26:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:26:33.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:26:33.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:26:33.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9a8abdf-0048-4a67-ad17-ad89a2a8e733 url= /sdc/v1/artifactTypes
2022-03-12T02:26:33.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:26:34.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:26:34.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@186eb263
2022-03-12T02:26:34.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:26:34.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:26:34.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:26:34.707Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:27:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:27:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:27:23.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:27:23.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:27:23.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7e315ca-0168-4686-8273-5022d2cc6856 url= /sdc/v1/artifactTypes
2022-03-12T02:27:23.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:27:24.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:27:24.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2121aee9
2022-03-12T02:27:24.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:27:24.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:27:24.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:27:24.692Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:28:13.669Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:28:13.671Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:28:13.671Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:28:13.676Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:28:13.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00198059-8311-471a-9297-9f6d3ff27876 url= /sdc/v1/artifactTypes
2022-03-12T02:28:13.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:28:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:28:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@400b3c5c
2022-03-12T02:28:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:28:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:28:14.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:28:14.709Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:28:53.747Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-12T02:29:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:29:03.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:29:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:29:03.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:29:03.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e16956f9-f0db-4ba6-9082-849c9da61155 url= /sdc/v1/artifactTypes
2022-03-12T02:29:03.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:29:04.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:29:04.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@164ad106
2022-03-12T02:29:04.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:29:04.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:29:04.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:29:04.693Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:29:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:29:53.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:29:53.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:29:53.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:29:53.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a3dee86b-31be-4247-8ef2-c9f4131342c2 url= /sdc/v1/artifactTypes
2022-03-12T02:29:53.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:29:54.714Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:29:54.714Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b1a2001
2022-03-12T02:29:54.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:29:54.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:29:54.715Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:29:54.716Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:30:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:30:43.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:30:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:30:43.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:30:43.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de67c76b-a8bb-421a-9f89-f1c581b42353 url= /sdc/v1/artifactTypes
2022-03-12T02:30:43.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:30:44.723Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:30:44.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@770df944
2022-03-12T02:30:44.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:30:44.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:30:44.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:30:44.726Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:31:33.668Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:31:33.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:31:33.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:31:33.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:31:33.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bc9d4ad-1f2a-472d-987c-69bceaf038dc url= /sdc/v1/artifactTypes
2022-03-12T02:31:33.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:31:34.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-03-12T02:31:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b7903af
2022-03-12T02:31:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:31:34.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:31:34.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:31:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-03-12T02:32:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:32:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:32:23.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:32:23.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:32:23.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76f5631a-fc7b-4868-97e6-2d26b883c408 url= /sdc/v1/artifactTypes
2022-03-12T02:32:23.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:32:24.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:32:24.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c9d7dfd
2022-03-12T02:32:24.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:32:24.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:32:24.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:32:24.694Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:33:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:33:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:33:13.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:33:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:33:13.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ff7cbcc-2590-4b79-9fa5-ec14a40a1aa0 url= /sdc/v1/artifactTypes
2022-03-12T02:33:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:33:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:33:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c3fbad9
2022-03-12T02:33:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:33:14.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:33:14.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:33:14.710Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:34:03.668Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:34:03.669Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:34:03.669Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:34:03.673Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:34:03.680Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6ed086e-f145-458a-a738-182f5f75686e url= /sdc/v1/artifactTypes
2022-03-12T02:34:03.680Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:34:04.725Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:34:04.726Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49141f60
2022-03-12T02:34:04.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:34:04.727Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:34:04.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:34:04.728Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:34:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:34:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:34:53.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:34:53.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:34:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0de6cf9d-568f-47f1-9844-c10ba42fc89a url= /sdc/v1/artifactTypes
2022-03-12T02:34:53.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:34:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:34:54.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1783e4e8
2022-03-12T02:34:54.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:34:54.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:34:54.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:34:54.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:35:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:35:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:35:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:35:43.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:35:43.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa342194-caf0-4bda-a9c7-2040f241f90a url= /sdc/v1/artifactTypes
2022-03-12T02:35:43.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:35:44.690Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:35:44.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6875901c
2022-03-12T02:35:44.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:35:44.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:35:44.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:35:44.692Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:36:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:36:33.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:36:33.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:36:33.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:36:33.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf204b36-795a-4be6-9d8f-0c21a36caef2 url= /sdc/v1/artifactTypes
2022-03-12T02:36:33.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:36:34.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:36:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ef94e8
2022-03-12T02:36:34.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:36:34.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:36:34.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:36:34.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:37:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:37:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:37:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:37:23.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:37:23.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d74ac13e-3acd-4b37-8434-37ae6384e536 url= /sdc/v1/artifactTypes
2022-03-12T02:37:23.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:37:24.690Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:37:24.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e1bd92e
2022-03-12T02:37:24.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:37:24.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:37:24.691Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:37:24.691Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:38:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:38:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:38:13.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:38:13.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:38:13.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 179465a1-692d-4960-adc4-8ad6ffd0ad3f url= /sdc/v1/artifactTypes
2022-03-12T02:38:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:38:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:38:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43094f7
2022-03-12T02:38:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:38:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:38:14.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:38:14.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:39:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:39:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:39:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:39:03.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:39:03.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b22a41c-8f0c-44a2-9d31-3abc1c9d1354 url= /sdc/v1/artifactTypes
2022-03-12T02:39:03.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:39:04.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:39:04.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@475b752c
2022-03-12T02:39:04.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:39:04.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:39:04.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:39:04.694Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:39:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:39:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:39:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:39:53.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:39:53.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49e8eae0-5c52-46d9-b1db-529ca436b2b7 url= /sdc/v1/artifactTypes
2022-03-12T02:39:53.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:39:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:39:54.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37c4cf28
2022-03-12T02:39:54.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:39:54.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:39:54.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:39:54.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:40:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:40:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:40:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:40:43.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:40:43.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38e36b6a-4c51-4992-be34-e91c7ec9b778 url= /sdc/v1/artifactTypes
2022-03-12T02:40:43.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:40:44.692Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:40:44.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1424cfd5
2022-03-12T02:40:44.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:40:44.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:40:44.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:40:44.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:41:33.671Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:41:33.672Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:41:33.673Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:41:33.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:41:33.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbfdcbcf-7d1a-4640-a96f-aef6ce2eafdd url= /sdc/v1/artifactTypes
2022-03-12T02:41:33.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:41:34.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:41:34.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60db1aa3
2022-03-12T02:41:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:41:34.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:41:34.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:41:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:42:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:42:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:42:23.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:42:23.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:42:23.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce363505-28a9-4508-9134-1dbbbba7652a url= /sdc/v1/artifactTypes
2022-03-12T02:42:23.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:42:24.723Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:42:24.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d08e5a6
2022-03-12T02:42:24.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:42:24.724Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:42:24.724Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:42:24.724Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:43:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:43:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:43:13.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:43:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:43:13.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0651927f-632c-44f7-9edd-3f489c82e97c url= /sdc/v1/artifactTypes
2022-03-12T02:43:13.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:43:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:43:14.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68db4e6
2022-03-12T02:43:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:43:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:43:14.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:43:14.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:44:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:44:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:44:03.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:44:03.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:44:03.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9734adff-9007-45d3-8de4-49f3ac17b358 url= /sdc/v1/artifactTypes
2022-03-12T02:44:03.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:44:04.722Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:44:04.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a9f80aa
2022-03-12T02:44:04.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:44:04.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:44:04.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:44:04.723Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:44:53.653Z||http-nio-8085-exec-7|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1aa45a6a ((conn=1964) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-12T02:44:53.666Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:44:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:44:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:44:53.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:44:53.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff77e411-854c-4887-aff3-e6f1bdd2e4e0 url= /sdc/v1/artifactTypes
2022-03-12T02:44:53.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:44:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:44:54.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47701a34
2022-03-12T02:44:54.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:44:54.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:44:54.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:44:54.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:45:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:45:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:45:43.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:45:43.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:45:43.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 08230d23-6408-462e-bad2-4791bb4cd302 url= /sdc/v1/artifactTypes
2022-03-12T02:45:43.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:45:44.690Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:45:44.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e1cdbb
2022-03-12T02:45:44.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:45:44.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:45:44.691Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:45:44.692Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:46:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:46:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:46:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:46:33.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:46:33.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e90362f-c459-4387-b612-6cebf4572ea4 url= /sdc/v1/artifactTypes
2022-03-12T02:46:33.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:46:34.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:46:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@265810db
2022-03-12T02:46:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:46:34.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:46:34.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:46:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:47:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:47:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:47:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:47:23.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:47:23.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09815025-92d5-41d9-81e9-f762aa10cea3 url= /sdc/v1/artifactTypes
2022-03-12T02:47:23.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:47:24.723Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:47:24.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2af907b3
2022-03-12T02:47:24.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:47:24.724Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:47:24.724Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:47:24.725Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:48:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:48:13.669Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:48:13.669Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:48:13.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:48:13.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba75ce99-cd81-43dc-8e24-68587d683d18 url= /sdc/v1/artifactTypes
2022-03-12T02:48:13.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:48:14.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:48:14.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@306c504f
2022-03-12T02:48:14.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:48:14.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:48:14.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:48:14.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:49:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:49:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:49:03.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:49:03.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:49:03.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f5cc71f-44a3-4b6b-b88d-786ac9d14dba url= /sdc/v1/artifactTypes
2022-03-12T02:49:03.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:49:04.723Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:49:04.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17d9e7bc
2022-03-12T02:49:04.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:49:04.724Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:49:04.724Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:49:04.725Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:49:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:49:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:49:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:49:53.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:49:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23c64208-bac9-48fc-899b-49d1367085ce url= /sdc/v1/artifactTypes
2022-03-12T02:49:53.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:49:54.705Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:49:54.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75cc9c14
2022-03-12T02:49:54.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:49:54.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:49:54.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:49:54.707Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:50:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:50:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:50:43.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:50:43.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:50:43.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c869aee-05e8-43d1-a110-319719dbe2b2 url= /sdc/v1/artifactTypes
2022-03-12T02:50:43.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:50:44.727Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:50:44.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@466d26e3
2022-03-12T02:50:44.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:50:44.728Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:50:44.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:50:44.729Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:51:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:51:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:51:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:51:33.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:51:33.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8601c55-89ef-4b35-9b9a-09a833506c4f url= /sdc/v1/artifactTypes
2022-03-12T02:51:33.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:51:34.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:51:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@303d68f2
2022-03-12T02:51:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:51:34.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:51:34.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:51:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:52:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:52:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:52:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:52:23.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:52:23.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25693cfa-0ba5-4783-a59b-903feb45e6aa url= /sdc/v1/artifactTypes
2022-03-12T02:52:23.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:52:24.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:52:24.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@657abac3
2022-03-12T02:52:24.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:52:24.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:52:24.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:52:24.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:53:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:53:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:53:13.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:53:13.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:53:13.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e12082e0-6271-4ca7-bc1d-60307359745c url= /sdc/v1/artifactTypes
2022-03-12T02:53:13.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:53:14.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:53:14.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bd47319
2022-03-12T02:53:14.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:53:14.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:53:14.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:53:14.707Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:54:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:54:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:54:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:54:03.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:54:03.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02c7c5c8-e796-4df5-97a7-a3a0e810907d url= /sdc/v1/artifactTypes
2022-03-12T02:54:03.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:54:04.690Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:54:04.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e8d07df
2022-03-12T02:54:04.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:54:04.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:54:04.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:54:04.692Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:54:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:54:53.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:54:53.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:54:53.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:54:53.680Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f11e55d8-7bd2-4685-8ea3-ba341cf30d74 url= /sdc/v1/artifactTypes
2022-03-12T02:54:53.680Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:54:54.709Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:54:54.710Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d8b03bd
2022-03-12T02:54:54.710Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:54:54.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:54:54.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:54:54.711Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:55:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:55:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:55:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:55:43.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:55:43.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ed09d26-4376-4565-9b91-f083dfeedc19 url= /sdc/v1/artifactTypes
2022-03-12T02:55:43.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:55:44.724Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:55:44.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e3029d6
2022-03-12T02:55:44.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:55:44.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:55:44.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:55:44.726Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:56:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:56:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:56:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:56:33.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:56:33.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62c5dab4-17df-41b0-9dee-264afd6cee16 url= /sdc/v1/artifactTypes
2022-03-12T02:56:33.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:56:34.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:56:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ced89ca
2022-03-12T02:56:34.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:56:34.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:56:34.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:56:34.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:57:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:57:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:57:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:57:23.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:57:23.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 418ed004-f3cb-44a3-a743-9b07abfbe512 url= /sdc/v1/artifactTypes
2022-03-12T02:57:23.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:57:24.724Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:57:24.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f6f1844
2022-03-12T02:57:24.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:57:24.724Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:57:24.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:57:24.725Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:58:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:58:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:58:13.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:58:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:58:13.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54f2c9a3-8e17-45e7-bdbd-56d5eac9be3f url= /sdc/v1/artifactTypes
2022-03-12T02:58:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:58:14.708Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:58:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66417ce9
2022-03-12T02:58:14.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:58:14.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:58:14.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:58:14.710Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:59:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:59:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:59:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:59:03.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:59:03.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95df2c33-e028-40dc-a462-52c68bfed5c4 url= /sdc/v1/artifactTypes
2022-03-12T02:59:03.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:59:04.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:59:04.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3626d5a4
2022-03-12T02:59:04.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:59:04.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:59:04.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:59:04.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T02:59:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T02:59:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T02:59:53.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T02:59:53.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T02:59:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3194121b-d3d7-4b83-a33e-0efbbbf9172c url= /sdc/v1/artifactTypes
2022-03-12T02:59:53.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T02:59:54.710Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T02:59:54.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41dab43d
2022-03-12T02:59:54.711Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T02:59:54.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T02:59:54.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T02:59:54.712Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:00:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:00:43.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:00:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:00:43.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:00:43.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3e0cff5-2d88-46ab-848b-eba0413bffde url= /sdc/v1/artifactTypes
2022-03-12T03:00:43.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:00:44.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:00:44.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@212cd456
2022-03-12T03:00:44.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:00:44.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:00:44.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:00:44.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:01:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:01:33.669Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:01:33.669Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:01:33.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:01:33.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ede3591d-6315-4328-b171-400702a55a90 url= /sdc/v1/artifactTypes
2022-03-12T03:01:33.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:01:34.705Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:01:34.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c024c1d
2022-03-12T03:01:34.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:01:34.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:01:34.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:01:34.707Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:02:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:02:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:02:23.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:02:23.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:02:23.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d27cbfb0-c08a-4ae0-9bc9-ba8ed5d0801a url= /sdc/v1/artifactTypes
2022-03-12T03:02:23.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:02:24.690Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:02:24.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16f33b97
2022-03-12T03:02:24.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:02:24.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:02:24.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:02:24.692Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:03:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:03:13.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:03:13.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:03:13.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:03:13.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1aec5943-04d0-47ac-8455-19cd928e4df3 url= /sdc/v1/artifactTypes
2022-03-12T03:03:13.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:03:14.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:03:14.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6eb186d5
2022-03-12T03:03:14.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:03:14.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:03:14.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:03:14.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:04:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:04:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:04:03.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:04:03.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:04:03.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 190fec68-3f74-4e1c-b30e-d227f22907f4 url= /sdc/v1/artifactTypes
2022-03-12T03:04:03.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:04:04.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:04:04.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f712273
2022-03-12T03:04:04.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:04:04.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:04:04.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:04:04.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:04:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:04:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:04:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:04:53.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:04:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c913738e-0ed2-4174-bef1-85a6b7636865 url= /sdc/v1/artifactTypes
2022-03-12T03:04:53.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:04:54.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:04:54.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@176ff46e
2022-03-12T03:04:54.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:04:54.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:04:54.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:04:54.707Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:05:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:05:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:05:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:05:43.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:05:43.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19ef1c0f-bb92-44b9-b1b6-7116484e515f url= /sdc/v1/artifactTypes
2022-03-12T03:05:43.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:05:44.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:05:44.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28a68169
2022-03-12T03:05:44.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:05:44.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:05:44.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:05:44.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:06:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:06:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:06:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:06:33.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:06:33.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 525cda21-e345-4e74-b725-958ac0b7769a url= /sdc/v1/artifactTypes
2022-03-12T03:06:33.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:06:34.711Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:06:34.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1447361
2022-03-12T03:06:34.711Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:06:34.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:06:34.712Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:06:34.712Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:07:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:07:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:07:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:07:23.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:07:23.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= acddd975-b9f8-4774-bcaa-cc151c266d44 url= /sdc/v1/artifactTypes
2022-03-12T03:07:23.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:07:24.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:07:24.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@247c0c52
2022-03-12T03:07:24.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:07:24.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:07:24.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:07:24.692Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:08:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:08:13.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:08:13.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:08:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:08:13.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9432cb7a-654d-4191-8c5b-afb23c2fc9cc url= /sdc/v1/artifactTypes
2022-03-12T03:08:13.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:08:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:08:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b7c8369
2022-03-12T03:08:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:08:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:08:14.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:08:14.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:09:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:09:03.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:09:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:09:03.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:09:03.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f857eca-8a46-4b48-ade2-1e935e50df9e url= /sdc/v1/artifactTypes
2022-03-12T03:09:03.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:09:04.724Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:09:04.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b90984f
2022-03-12T03:09:04.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:09:04.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:09:04.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:09:04.726Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:09:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:09:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:09:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:09:53.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:09:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f30ac531-5a7b-402c-88c4-8ab61b80c006 url= /sdc/v1/artifactTypes
2022-03-12T03:09:53.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:09:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:09:54.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@366933dd
2022-03-12T03:09:54.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:09:54.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:09:54.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:09:54.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:10:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:10:43.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:10:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:10:43.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:10:43.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a725c7d7-fb55-4268-a6a4-318e45a84cae url= /sdc/v1/artifactTypes
2022-03-12T03:10:43.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:10:44.692Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:10:44.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@170b3687
2022-03-12T03:10:44.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:10:44.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:10:44.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:10:44.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:11:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:11:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:11:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:11:33.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:11:33.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a2a5958-8780-46b9-9d69-ac1b9f015bca url= /sdc/v1/artifactTypes
2022-03-12T03:11:33.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:11:34.710Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:11:34.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7865121b
2022-03-12T03:11:34.711Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:11:34.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:11:34.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:11:34.712Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:12:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:12:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:12:23.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:12:23.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:12:23.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2e551b7-669f-45db-8337-ca29954e0546 url= /sdc/v1/artifactTypes
2022-03-12T03:12:23.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:12:24.692Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:12:24.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28a1fdcd
2022-03-12T03:12:24.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:12:24.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:12:24.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:12:24.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:13:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:13:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:13:13.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:13:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:13:13.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aef217ab-ab25-4f4c-acf6-965e69ef70fb url= /sdc/v1/artifactTypes
2022-03-12T03:13:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:13:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:13:14.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27c0b613
2022-03-12T03:13:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:13:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:13:14.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:13:14.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:14:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:14:03.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:14:03.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:14:03.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:14:03.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8a4fa1b-241b-461c-bd4e-f6c0248fedd8 url= /sdc/v1/artifactTypes
2022-03-12T03:14:03.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:14:04.723Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:14:04.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41e26ced
2022-03-12T03:14:04.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:14:04.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:14:04.724Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:14:04.724Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:14:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:14:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:14:53.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:14:53.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:14:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39abfaee-584b-4f86-9b28-4d1a8de7d225 url= /sdc/v1/artifactTypes
2022-03-12T03:14:53.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:14:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:14:54.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dfae22a
2022-03-12T03:14:54.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:14:54.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:14:54.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:14:54.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:15:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:15:43.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:15:43.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:15:43.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:15:43.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e21d103f-16db-415b-8629-4e244e071d4e url= /sdc/v1/artifactTypes
2022-03-12T03:15:43.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:15:44.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:15:44.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5146aff1
2022-03-12T03:15:44.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:15:44.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:15:44.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:15:44.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:16:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:16:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:16:33.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:16:33.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:16:33.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2b03da8-b4ed-49cf-b170-ffd74e4c8c55 url= /sdc/v1/artifactTypes
2022-03-12T03:16:33.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:16:34.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:16:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52385725
2022-03-12T03:16:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:16:34.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:16:34.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:16:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:17:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:17:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:17:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:17:23.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:17:23.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56bfa87a-f58d-484b-895a-83ebe230ce25 url= /sdc/v1/artifactTypes
2022-03-12T03:17:23.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:17:24.694Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:17:24.694Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7271d99b
2022-03-12T03:17:24.694Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:17:24.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:17:24.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:17:24.695Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:18:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:18:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:18:13.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:18:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:18:13.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c19087f-9e1b-4218-b35a-2bc8077557d7 url= /sdc/v1/artifactTypes
2022-03-12T03:18:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:18:14.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:18:14.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@556015de
2022-03-12T03:18:14.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:18:14.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:18:14.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:18:14.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:19:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:19:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:19:03.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:19:03.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:19:03.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fbf3faf-1039-4b3e-86cf-0ca938541201 url= /sdc/v1/artifactTypes
2022-03-12T03:19:03.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:19:04.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:19:04.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78dde305
2022-03-12T03:19:04.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:19:04.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:19:04.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:19:04.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:19:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:19:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:19:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:19:53.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:19:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77365a91-1fc0-4925-930e-53015f9a43db url= /sdc/v1/artifactTypes
2022-03-12T03:19:53.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:19:54.710Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:19:54.710Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@477482f8
2022-03-12T03:19:54.710Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:19:54.710Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:19:54.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:19:54.711Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:20:43.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:20:43.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:20:43.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:20:43.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:20:43.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45e5da79-5238-4d2e-963f-70eae2de654a url= /sdc/v1/artifactTypes
2022-03-12T03:20:43.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:20:44.722Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:20:44.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1321fed0
2022-03-12T03:20:44.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:20:44.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:20:44.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:20:44.723Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:21:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:21:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:21:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:21:33.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:21:33.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dee83590-207f-4cd9-8a21-ad6ceff0987c url= /sdc/v1/artifactTypes
2022-03-12T03:21:33.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:21:34.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:21:34.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1aa64fa7
2022-03-12T03:21:34.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:21:34.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:21:34.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:21:34.708Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:22:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:22:23.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:22:23.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:22:23.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:22:23.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 760c8f3f-2510-4e8a-af56-638a7111b47c url= /sdc/v1/artifactTypes
2022-03-12T03:22:23.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:22:24.723Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:22:24.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49d9becf
2022-03-12T03:22:24.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:22:24.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:22:24.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:22:24.725Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:23:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:23:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:23:13.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:23:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:23:13.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50baaaa0-f3ab-4205-b4b0-d77b1201675a url= /sdc/v1/artifactTypes
2022-03-12T03:23:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:23:14.714Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:23:14.714Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e034472
2022-03-12T03:23:14.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:23:14.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:23:14.715Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:23:14.716Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:24:03.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:24:03.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:24:03.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:24:03.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:24:03.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 114e09ce-a7a1-4c46-b520-dcd8a9368001 url= /sdc/v1/artifactTypes
2022-03-12T03:24:03.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:24:04.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:24:04.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37ed998
2022-03-12T03:24:04.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:24:04.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:24:04.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:24:04.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:24:53.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:24:53.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:24:53.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:24:53.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:24:53.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f050ca1a-bc5c-415f-a210-63281a733e0b url= /sdc/v1/artifactTypes
2022-03-12T03:24:53.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:24:54.707Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:24:54.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@528ae681
2022-03-12T03:24:54.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:24:54.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:24:54.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:24:54.709Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:25:43.669Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:25:43.670Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:25:43.670Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:25:43.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:25:43.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04856984-8d66-49d2-a762-912116efe8d3 url= /sdc/v1/artifactTypes
2022-03-12T03:25:43.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:25:44.695Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:25:44.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f088511
2022-03-12T03:25:44.696Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:25:44.696Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:25:44.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:25:44.696Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:26:33.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:26:33.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:26:33.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:26:33.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:26:33.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8e69260-d01a-4b99-bb6b-158ef7cc7b4f url= /sdc/v1/artifactTypes
2022-03-12T03:26:33.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:26:34.706Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:26:34.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@327b0d5c
2022-03-12T03:26:34.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:26:34.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:26:34.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:26:34.707Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:27:23.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:27:23.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:27:23.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:27:23.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:27:23.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fdcc40cc-1564-4813-bd0c-5d02f557109c url= /sdc/v1/artifactTypes
2022-03-12T03:27:23.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:27:24.691Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.42.158] 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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-03-12T03:27:24.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b42e1
2022-03-12T03:27:24.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-12T03:27:24.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-12T03:27:24.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-12T03:27:24.693Z||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$$a1ccc4bf.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-03-12T03:28:13.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:28:13.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:28:13.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:28:13.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:28:13.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af4ce83e-f5fd-4bbc-bf9d-23c30087e4f2 url= /sdc/v1/artifactTypes
2022-03-12T03:28:13.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:28:13.855Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-12T03:28:13.862Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-12T03:28:13.881Z||scheduling-1|||||DEBUG|500||create keys
2022-03-12T03:28:13.889Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-12T03:28:13.913Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:28:13.931Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0638d403-842d-4a79-b00d-d6612d7a9b39 url= /sdc/v1/registerForDistribution
2022-03-12T03:28:14.573Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0638d403-842d-4a79-b00d-d6612d7a9b39 url= /sdc/v1/registerForDistribution
2022-03-12T03:28:14.574Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-12T03:28:14.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:28:14.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:28:14.588Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-12T03:28:14.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:28:14.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:28:14.590Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:28:14.590Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:28:25.099Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:28:25.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:29:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:29:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:29:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:29:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:29:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:29:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:29:24.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:29:24.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:30:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:30:14.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:30:14.584Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:30:14.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:30:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:30:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:30:24.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:30:24.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:31:14.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:31:14.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:31:14.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:31:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:31:14.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:31:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:31:24.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:31:24.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:32:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:32:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:32:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:32:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:32:14.584Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:32:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:32:24.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:32:24.129Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:33:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:33:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:33:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:33:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:33:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:33:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:33:24.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:33:24.132Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:34:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:34:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:34:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:34:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:34:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:34:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:34:24.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:34:24.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:35:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:35:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:35:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:35:14.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:35:14.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:35:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:35:24.132Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:35:24.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:36:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:36:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:36:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:36:14.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:36:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:36:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:36:24.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:36:24.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:37:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:37:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:37:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:37:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:37:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:37:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:37:24.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:37:24.129Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:38:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:38:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:38:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:38:14.583Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:38:14.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:38:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:38:24.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:38:24.128Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:39:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:39:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:39:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:39:14.582Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:39:14.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:39:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:39:24.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:39:24.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:40:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:40:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:40:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:40:14.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:40:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:40:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:40:24.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:40:24.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:41:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:41:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:41:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:41:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:41:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:41:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:41:24.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:41:24.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:42:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:42:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:42:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:42:14.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:42:14.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:42:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:42:24.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:42:24.125Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:43:14.581Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:43:14.582Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:43:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:43:14.582Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:43:14.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:43:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:43:24.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:43:24.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:44:14.581Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:44:14.582Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:44:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:44:14.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:44:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:44:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:44:24.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:44:24.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:45:14.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:45:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:45:14.585Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:45:14.585Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:45:14.585Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:45:14.586Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:45:24.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:45:24.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:46:14.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:46:14.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:46:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:46:14.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:46:14.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:46:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:46:24.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:46:24.127Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:47:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:47:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:47:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:47:14.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:47:14.584Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:47:14.585Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:47:24.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:47:24.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:48:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:48:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:48:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:48:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:48:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:48:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:48:24.121Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:48:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:49:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:49:14.581Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:49:14.581Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:49:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:49:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:49:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:49:24.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:49:24.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:50:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:50:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:50:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:50:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:50:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:50:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:50:24.125Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:50:24.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:51:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:51:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:51:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:51:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:51:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:51:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:51:24.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:51:24.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:52:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:52:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:52:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:52:14.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:52:14.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:52:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:52:24.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:52:24.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:53:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:53:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:53:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:53:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:53:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:53:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:53:24.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:53:24.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:54:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:54:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:54:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:54:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:54:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:54:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:54:24.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:54:24.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:55:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:55:14.581Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:55:14.581Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:55:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:55:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:55:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:55:24.125Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:55:24.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:56:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:56:14.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:56:14.582Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:56:14.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:56:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:56:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:56:24.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:56:24.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:57:14.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:57:14.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:57:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:57:14.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:57:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:57:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:57:24.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:57:24.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:58:14.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:58:14.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:58:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:58:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:58:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:58:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:58:24.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:58:24.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:59:14.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:59:14.582Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:59:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:59:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:59:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:59:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T03:59:24.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T03:59:24.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:00:14.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:00:14.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:00:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:00:14.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:00:14.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:00:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:00:24.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:00:24.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:01:14.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:01:14.582Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:01:14.582Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:01:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:01:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:01:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:01:24.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:01:24.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:02:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:02:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:02:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:02:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:02:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:02:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:02:24.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:02:24.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:03:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:03:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:03:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:03:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:03:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:03:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:03:24.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:03:24.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:04:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:04:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:04:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:04:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:04:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:04:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:04:24.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:04:24.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:05:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:05:14.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:05:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:05:14.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:05:14.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:05:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:05:24.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:05:24.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:06:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:06:14.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:06:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:06:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:06:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:06:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:06:24.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:06:24.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:07:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:07:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:07:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:07:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:07:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:07:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:07:24.125Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:07:24.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:08:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:08:14.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:08:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:08:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:08:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:08:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:08:24.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:08:24.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:09:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:09:14.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:09:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:09:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:09:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:09:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:09:24.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:09:24.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:10:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:10:14.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:10:14.581Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:10:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:10:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:10:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:10:24.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:10:24.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:11:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:11:14.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:11:14.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:11:14.583Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:11:14.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:11:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:11:24.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:11:24.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:12:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:12:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:12:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:12:14.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:12:14.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:12:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:12:24.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:12:24.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:13:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:13:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:13:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:13:14.583Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:13:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:13:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:13:24.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:13:24.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:14.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:14:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:14:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:14:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:14:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:15.205Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ea53c57-3944-422b-970c-e975ac63d9f6","serviceName":"vFW 2022-03-12 04-11-39","serviceVersion":"1.0","serviceUUID":"04a295fc-eee5-4cfc-819c-58a0be388f0d","serviceDescription":"catalog service description","serviceInvariantUUID":"21d65169-e745-44df-a742-252fcb3baf9f","resources":[{"resourceInstanceName":"vFW dbe77ce9-89a4 0","resourceName":"vFW dbe77ce9-89a4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cccfaa0e-b349-49f7-a0e9-a6a93ef12f04","resourceInvariantUUID":"5b6c343c-df9c-48f9-8187-d03cfabe20d4","resourceCustomizationUUID":"9708a616-42b5-452d-98a1-4498522ad023","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml","artifactChecksum":"NTQxODYwNWQ4MTY2NWEwMzVlZjliYzRkYjdiNjRjMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae9adf78-6757-4e2b-af97-c4ce261de4db","artifactVersion":"1"},{"artifactName":"vfwdbe77ce989a40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json","artifactChecksum":"Y2Y4MmE3ODg2NTBiM2FjYTY2MzkxMDk1ZjU4ZmEzYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7b148b9-60f8-4a90-aa10-344b837fc8d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml","artifactChecksum":"MGQ1YmFlNWVhOThkMDkwYjUyYTQxZTRkMDliMDZhNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae9058d6-2df7-4893-b1a8-b495753d4fd9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2314bf9-baab-45c2-a10d-5145defb8d6a","artifactVersion":"2","generatedFromUUID":"fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312041139-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml","artifactChecksum":"MzE3OTE4M2MyOTFjMmU3MGYyOWNmOWRiMzYwODEyNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81e99c63-a8f4-44f2-be50-5df9dd7273bb","artifactVersion":"1"},{"artifactName":"service-Vfw20220312041139-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar","artifactChecksum":"YzVjYTIyYTQ0ZTU5YTY5ZjBhODI1NjZmMDhmOWQzMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d47e0796-9aed-4fa8-bd61-b1e2ee9780a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:14:15.210Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:15.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.216Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:15.221Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:15.227Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:15.227Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058439772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058439832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:15.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058433223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058440817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:15.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "cds",
  "timestamp": 1647058440849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-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-03-12T04:14:15.328Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-12T04:14:15.331Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:15.331Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:15.342Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:15.342Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:14:15.366Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ea53c57-3944-422b-970c-e975ac63d9f6
2022-03-12T04:14:15.379Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea53c57-3944-422b-970c-e975ac63d9f6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:14:15.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058441007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058441861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058442014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058442987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:14:15.412Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ea53c57-3944-422b-970c-e975ac63d9f6
2022-03-12T04:14:15.412Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea53c57-3944-422b-970c-e975ac63d9f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:14:15.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "policy-id",
  "timestamp": 1647058443019,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:14:15.427Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ea53c57-3944-422b-970c-e975ac63d9f6
2022-03-12T04:14:15.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea53c57-3944-422b-970c-e975ac63d9f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:14:15.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058443990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058442078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058443873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058451667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:15.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:14:16.232Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:16.232Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:16.234Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:16.234Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:14:16.334Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:16.335Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:16.335Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:16.344Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:16.344Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:17.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:17.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:17.238Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:17.238Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:14:17.338Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:17.339Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:17.340Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:17.348Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:17.348Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:18.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:18.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:18.241Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:18.242Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:18.342Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:18.342Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:18.343Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:18.351Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:18.351Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:19.242Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:19.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:19.245Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:19.245Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:14:19.345Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:19.346Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:19.346Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:19.355Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:19.355Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:20.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:20.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:20.248Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:20.248Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:14:20.348Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:20.349Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:20.349Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:20.357Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:20.358Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:21.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:14:21.250Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:21.252Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:21.252Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:14:21.352Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:21.353Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:21.353Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:21.360Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:21.360Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:22.254Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "serviceName": "vFW 2022-03-12 04-11-39",
  "serviceVersion": "1.0",
  "serviceUUID": "04a295fc-eee5-4cfc-819c-58a0be388f0d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "21d65169-e745-44df-a742-252fcb3baf9f",
  "resources": [
    {
      "resourceInstanceName": "vFW dbe77ce9-89a4 0",
      "resourceCustomizationUUID": "9708a616-42b5-452d-98a1-4498522ad023",
      "resourceName": "vFW dbe77ce9-89a4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cccfaa0e-b349-49f7-a0e9-a6a93ef12f04",
      "resourceInvariantUUID": "5b6c343c-df9c-48f9-8187-d03cfabe20d4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdbe77ce989a40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
          "artifactChecksum": "Y2Y4MmE3ODg2NTBiM2FjYTY2MzkxMDk1ZjU4ZmEzYzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7b148b9-60f8-4a90-aa10-344b837fc8d6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d2314bf9-baab-45c2-a10d-5145defb8d6a",
            "generatedFromUUID": "fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d2314bf9-baab-45c2-a10d-5145defb8d6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312041139-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
      "artifactChecksum": "YzVjYTIyYTQ0ZTU5YTY5ZjBhODI1NjZmMDhmOWQzMTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d47e0796-9aed-4fa8-bd61-b1e2ee9780a5"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:14:22.255Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:14:22.256Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04a295fc-eee5-4cfc-819c-58a0be388f0d ASDC
2022-03-12T04:14:22.394Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6ea53c57-3944-422b-970c-e975ac63d9f6
ServiceName:vFW 2022-03-12 04-11-39
ServiceVersion:1.0
ServiceUUID:04a295fc-eee5-4cfc-819c-58a0be388f0d
ServiceInvariantUUID:21d65169-e745-44df-a742-252fcb3baf9f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312041139-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar
ArtifactUUID:d47e0796-9aed-4fa8-bd61-b1e2ee9780a5
ArtifactChecksum:YzVjYTIyYTQ0ZTU5YTY5ZjBhODI1NjZmMDhmOWQzMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dbe77ce9-89a4 0
ResourceCustomizationUUID:9708a616-42b5-452d-98a1-4498522ad023
ResourceInvariantUUID:5b6c343c-df9c-48f9-8187-d03cfabe20d4
ResourceName:vFW dbe77ce9-89a4
ResourceType:VF
ResourceUUID:cccfaa0e-b349-49f7-a0e9-a6a93ef12f04
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdbe77ce989a40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json
ArtifactUUID:e7b148b9-60f8-4a90-aa10-344b837fc8d6
ArtifactChecksum:Y2Y4MmE3ODg2NTBiM2FjYTY2MzkxMDk1ZjU4ZmEzYzg=
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/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml
ArtifactUUID:fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad
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/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env
ArtifactUUID:d2314bf9-baab-45c2-a10d-5145defb8d6a
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/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env
ArtifactUUID:d2314bf9-baab-45c2-a10d-5145defb8d6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:14:22.394Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04a295fc-eee5-4cfc-819c-58a0be388f0d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:14:22.438Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:14:22.438Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-12T04:14:22.439Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-12T04:14:22.439Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d47e0796-9aed-4fa8-bd61-b1e2ee9780a5 from URL: /sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:22.439Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:14:22.440Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:22.618Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:14:22.632Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar d47e0796-9aed-4fa8-bd61-b1e2ee9780a5 98921
2022-03-12T04:14:22.633Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar ASDC sendASDCNotification
2022-03-12T04:14:22.633Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:22.634Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:14:22.635Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:22.637Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:22.637Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058462633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:22.738Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:14:22.739Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:22.739Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:22.748Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:22.748Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:23.638Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:14:23.639Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-12T04:14:23.640Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d47e0796-9aed-4fa8-bd61-b1e2ee9780a5, URL: /sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar to file: /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:23.640Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312041139-csar.csar
2022-03-12T04:14:23.695Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:23.695Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:24.336Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP230721929464249799/Definitions/service-Vfw20220312041139-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-12T04:14:26.758Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.764Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbe77ce9-89a4 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-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:26.765Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-12T04:14:26.772Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.773Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.776Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:26.776Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-12T04:14:26.777Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:14:26.778Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.778Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.778Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:26.778Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-12T04:14:26.778Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:14:26.778Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.779Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.781Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.781Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:14:26.782Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.783Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:14:26.784Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.784Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:26.784Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:26.784Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.784Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:14:26.785Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a22e7a23-c711-4adb-9738-68789e816b61
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.786Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=725bebe9-6069-46fa-9af9-401052f99070
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:26.787Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c7656a72-ee75-4d0e-ba86-8f81b5f59ede
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.788Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.789Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.789Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.789Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.789Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:26.789Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:26.789Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 04-11-39
Description:catalog service description
Model UUID:04a295fc-eee5-4cfc-819c-58a0be388f0d
Model Version:NULL
Model InvariantUuid:21d65169-e745-44df-a742-252fcb3baf9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dbe77ce9-89a4
Model UUID:f19ec62e-dcb3-4e89-aaf9-6115700873ce
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5b6c343c-df9c-48f9-8187-d03cfabe20d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9708a616-42b5-452d-98a1-4498522ad023
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:184feeca-d65b-4604-b5e0-9a95ef1b011c
ModelName:VfwDbe77ce989a4..base_vfw..module-0
ModelUuid:311a8e18-1acc-48c6-abdb-d73e1f357ef5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a22e7a23-c711-4adb-9738-68789e816b61
ModelInvariantUuid:a467fd5d-f352-4725-878c-9f0f5d081938
ModelName:vFW dbe77ce9-89a4-nodes.vfwCvfc
ModelUuid:73960593-9ebe-4098-8d11-a3bfcb0f347a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d3831ded-b323-4cdf-a56a-f7528c10b3e4
ModelInvariantUuid:3a01ee04-84e9-4386-b1f2-29a987ae0de7
ModelName:VfwDbe77ce989a4.compute.nodes.heat.vfw
ModelUuid:94470528-3001-40ec-b167-504a0ab38ece
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:725bebe9-6069-46fa-9af9-401052f99070
ModelInvariantUuid:0b82fcdd-8ee8-4004-a290-9dbac4913396
ModelName:vFW dbe77ce9-89a4-nodes.vsnCvfc
ModelUuid:efcf6768-eb7f-4d6d-91dc-6e64ac470188
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9dd19c3b-621d-48e4-b490-1d56cd790195
ModelInvariantUuid:59bf9ed3-24f0-467e-87c1-1ea8d97f0700
ModelName:VfwDbe77ce989a4.compute.nodes.heat.vsn
ModelUuid:2c90b8e5-f43b-4879-86d5-5e6bfbe4e224
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c7656a72-ee75-4d0e-ba86-8f81b5f59ede
ModelInvariantUuid:41148e20-16e8-42cf-9159-a30701cfbd48
ModelName:vFW dbe77ce9-89a4-nodes.vpgCvfc
ModelUuid:bc1edb3c-3d64-45ec-967b-32996b9d1fb8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7f790f6d-5ff0-4f21-acd2-93b67f9c29a2
ModelInvariantUuid:45ced549-3dbe-4b6c-a328-57f14adc5a98
ModelName:VfwDbe77ce989a4.compute.nodes.heat.vpg
ModelUuid:ffcdea9a-b2a2-48aa-a1e4-5298c02058f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:14:26.799Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cccfaa0e-b349-49f7-a0e9-a6a93ef12f04
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:14:26.882Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||vFW dbe77ce9-89a4 0
2022-03-12T04:14:26.887Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cccfaa0e-b349-49f7-a0e9-a6a93ef12f04
2022-03-12T04:14:26.887Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7b148b9-60f8-4a90-aa10-344b837fc8d6 from URL: /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json
2022-03-12T04:14:26.887Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:14:26.887Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json
2022-03-12T04:14:27.011Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:14:27.012Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json e7b148b9-60f8-4a90-aa10-344b837fc8d6 785
2022-03-12T04:14:27.012Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json ASDC sendASDCNotification
2022-03-12T04:14:27.012Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json
2022-03-12T04:14:27.012Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:14:27.012Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:27.014Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:27.014Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058467012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:27.115Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:14:27.115Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:27.115Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:27.123Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:27.123Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:28.016Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDbe77ce989a4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "184feeca-d65b-4604-b5e0-9a95ef1b011c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "311a8e18-1acc-48c6-abdb-d73e1f357ef5",
    "vfModuleModelCustomizationUUID": "e1c2c445-5f2e-4177-88fe-1425c98d857a",
    "isBase": true,
    "artifacts": [
      "fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad",
      "d2314bf9-baab-45c2-a10d-5145defb8d6a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:14:28.036Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbe77ce989a4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:311a8e18-1acc-48c6-abdb-d73e1f357ef5
VfModuleModelInvariantUUID:184feeca-d65b-4604-b5e0-9a95ef1b011c
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad
,
d2314bf9-baab-45c2-a10d-5145defb8d6a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:14:28.038Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDbe77ce989a4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "184feeca-d65b-4604-b5e0-9a95ef1b011c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "311a8e18-1acc-48c6-abdb-d73e1f357ef5",
    "vfModuleModelCustomizationUUID": "e1c2c445-5f2e-4177-88fe-1425c98d857a",
    "isBase": true,
    "artifacts": [
      "fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad",
      "d2314bf9-baab-45c2-a10d-5145defb8d6a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:14:28.039Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbe77ce989a4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:311a8e18-1acc-48c6-abdb-d73e1f357ef5
VfModuleModelInvariantUUID:184feeca-d65b-4604-b5e0-9a95ef1b011c
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad
,
d2314bf9-baab-45c2-a10d-5145defb8d6a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:14:28.039Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad from URL: /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml
2022-03-12T04:14:28.039Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:14:28.039Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml
2022-03-12T04:14:28.236Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:14:28.238Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml fbf099fa-8c56-4f1e-8c32-bcde1ee3b3ad 20368
2022-03-12T04:14:28.238Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:14:28.238Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml
2022-03-12T04:14:28.238Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:14:28.238Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:28.240Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:28.240Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058468238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:28.340Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:28.341Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:28.341Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:28.350Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:28.351Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:14:29.241Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2314bf9-baab-45c2-a10d-5145defb8d6a from URL: /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env
2022-03-12T04:14:29.242Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:14:29.242Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env
2022-03-12T04:14:29.279Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:14:29.279Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env d2314bf9-baab-45c2-a10d-5145defb8d6a 2098
2022-03-12T04:14:29.280Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:14:29.280Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env
2022-03-12T04:14:29.280Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:14:29.280Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:29.282Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:29.282Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058469280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:14:29.383Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:14:29.383Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:29.384Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:29.393Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:29.393Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:30.283Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 04a295fc-eee5-4cfc-819c-58a0be388f0d
2022-03-12T04:14:30.283Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbe77ce9-89a4 0 cccfaa0e-b349-49f7-a0e9-a6a93ef12f04 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:14:30.313Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cc5a7f4, org.onap.sdc.toscaparser.api.parameters.Input@16799f98, org.onap.sdc.toscaparser.api.parameters.Input@6d9858ed, org.onap.sdc.toscaparser.api.parameters.Input@2b48d184, org.onap.sdc.toscaparser.api.parameters.Input@3aa3291e]
2022-03-12T04:14:30.315Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.316Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.316Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:14:30.316Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9708a616-42b5-452d-98a1-4498522ad023
2022-03-12T04:14:30.316Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9708a616-42b5-452d-98a1-4498522ad023 matches Tosca VF Customization UUID: 9708a616-42b5-452d-98a1-4498522ad023
2022-03-12T04:14:30.316Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9708a616-42b5-452d-98a1-4498522ad023  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:14:30.321Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.321Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.322Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9708a616-42b5-452d-98a1-4498522ad023: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T04:14:30.322Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3105436a
2022-03-12T04:14:30.322Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.322Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:14:30.322Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e1c2c445-5f2e-4177-88fe-1425c98d857a
2022-03-12T04:14:30.323Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e1c2c445-5f2e-4177-88fe-1425c98d857a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:14:30.327Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.327Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:30.327Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:14:30.328Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.329Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:30.329Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:14:30.329Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:30.329Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:14:30.329Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.329Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a22e7a23-c711-4adb-9738-68789e816b61
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:14:30.336Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.337Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.338Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=725bebe9-6069-46fa-9af9-401052f99070
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:14:30.339Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.340Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:30.340Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:30.341Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.341Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is not matching search criteria
2022-03-12T04:14:30.341Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:14:30.342Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c7656a72-ee75-4d0e-ba86-8f81b5f59ede
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:14:30.344Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.344Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:30.344Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:14:30.344Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.344Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Node template vFW dbe77ce9-89a4 0 is matching search criteria
2022-03-12T04:14:30.344Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dbe77ce9-89a4 0] matching following query criteria: sdcType=VF, customizationUUID=9708a616-42b5-452d-98a1-4498522ad023
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:14:30.346Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.346Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.346Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 04a295fc-eee5-4cfc-819c-58a0be388f0d: vFW dbe77ce9-89a4
2022-03-12T04:14:30.346Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.346Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.346Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-11-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:14:30.347Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-12 04-11-39 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:14:30.582Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbe77ce9-89a4 cccfaa0e-b349-49f7-a0e9-a6a93ef12f04 1 ASDC deployResourceStructure
2022-03-12T04:14:30.583Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json ASDC sendASDCNotification
2022-03-12T04:14:30.583Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json
2022-03-12T04:14:30.583Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:14:30.583Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:30.584Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:30.584Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058470583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:14:30.685Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:14:30.686Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:30.686Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:30.697Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:30.698Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:31.585Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:14:31.586Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml
2022-03-12T04:14:31.586Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:14:31.587Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:31.589Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:31.589Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058471585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:14:31.689Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:31.690Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:31.690Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:31.700Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:31.701Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:32.590Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:14:32.590Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env
2022-03-12T04:14:32.590Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:14:32.591Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:32.593Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:32.593Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058472590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:14:32.693Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:32.694Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:32.694Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:32.703Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:32.703Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:33.593Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar ASDC sendASDCNotification
2022-03-12T04:14:33.594Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar
2022-03-12T04:14:33.594Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:14:33.595Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:14:33.597Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:14:33.597Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058473593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:14:33.697Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:14:33.698Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:14:33.698Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:14:33.707Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:14:33.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:14:34.598Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:14:34.616Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:14:34.619Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:14:34.619Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:14:34.619Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:15:04.619Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:15:04.633Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:15:04.637Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:15:04.638Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:15:04.638Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:15:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:15:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:15:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:15:14.703Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:15:14.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:15:14.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:15:14.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:15:34.638Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:15:34.652Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:15:34.654Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:15:34.654Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:15:34.654Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:16:04.655Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:16:04.666Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:16:04.669Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:16:04.669Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:16:04.669Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:16:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:16:14.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:16:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:16:15.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:16:15.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058459886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058454581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058461908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:16:15.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058462633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:16:15.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "clamp",
  "timestamp": 1647058462916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:16:15.116Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ea53c57-3944-422b-970c-e975ac63d9f6
2022-03-12T04:16:15.116Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea53c57-3944-422b-970c-e975ac63d9f6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:16:15.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058465329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T04:16:15.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "aai-ml",
  "timestamp": 1647058466335,
  "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-03-12T04:16:15.130Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6ea53c57-3944-422b-970c-e975ac63d9f6
2022-03-12T04:16:15.130Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea53c57-3944-422b-970c-e975ac63d9f6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:16:15.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058467012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:16:15.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058468238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058469280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058470583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/vfwdbe77ce989a40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058471585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:16:15.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058472590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/resourceInstances/vfwdbe77ce989a40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:16:15.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:15.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:16:15.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058473593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312041139/1.0/artifacts/service-Vfw20220312041139-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:16:15.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:16:34.670Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:16:34.682Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:16:34.685Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:16:34.685Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:16:34.685Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:16:34.685Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:17:04.685Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:17:04.692Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7189c3e9 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4263) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:17:04.695Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T04:17:04.695Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||(conn=4263) WSREP has not yet prepared node for application use
2022-03-12T04:17:04.697Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4263) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:17:04.698Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 43 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4263) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:17:04.702Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T04:17:04.702Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-12T04:17:04.702Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T04:17:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:17:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:17:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:17:24.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:17:34.702Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:17:34.719Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:17:34.724Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:17:34.724Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:17:34.724Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:17:34.724Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:18:04.724Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:18:04.729Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@29ac2b7c marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4288) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:18:04.730Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T04:18:04.731Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||(conn=4288) WSREP has not yet prepared node for application use
2022-03-12T04:18:04.732Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4288) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:18:04.732Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 43 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4288) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:18:04.732Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T04:18:04.733Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-12T04:18:04.733Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T04:18:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:18:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:18:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:18:24.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:18:34.733Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:18:34.740Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1082eb86 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4997) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:18:34.741Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T04:18:34.742Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||(conn=4997) WSREP has not yet prepared node for application use
2022-03-12T04:18:34.743Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4997) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:18:34.744Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 43 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4997) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 70 common frames omitted
2022-03-12T04:18:34.744Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T04:18:34.744Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-12T04:18:34.744Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T04:19:04.745Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:19:04.755Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:19:04.757Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:19:04.757Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:19:04.757Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:19:04.758Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:19:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:19:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:19:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:19:24.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:19:34.758Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T04:19:34.758Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ea53c57-3944-422b-970c-e975ac63d9f6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T04:19:34.770Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ea53c57-3944-422b-970c-e975ac63d9f6 and serviceModelVersionId: 04a295fc-eee5-4cfc-819c-58a0be388f0d
2022-03-12T04:19:34.770Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21d65169-e745-44df-a742-252fcb3baf9f
2022-03-12T04:19:46.299Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d?depth=0
2022-03-12T04:19:46.377Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:19:46.808Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T04:19:46.811Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d?depth=0|INFO|500||Invoke
2022-03-12T04:19:47.080Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T04:19:47.176Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T04:19:47.176Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-04:19:47:091-9124], Content-Length=[495], Date=[Sat, 12 Mar 2022 04:19:47 GMT], Content-Type=[application/json]}
2022-03-12T04:19:47.178Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||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/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d","ERR.5.4.6114"]}}}

2022-03-12T04:19:47.196Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (ec=ERR.5.4.6114)
2022-03-12T04:19:47.196Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (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-03-12T04:19:47.196Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (ec=ERR.5.4.6114)
2022-03-12T04:19:47.196Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (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-03-12T04:19:47.204Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@256b24f3 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4918) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-03-12T04:19:47.204Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T04:19:47.205Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||(conn=4918) WSREP has not yet prepared node for application use
2022-03-12T04:19:47.207Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4918) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-03-12T04:19:47.207Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ea53c57-3944-422b-970c-e975ac63d9f6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (ec=ERR.5.4.6114)
2022-03-12T04:19:47.208Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T04:19:47.208Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:19:47.210Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:19:47.210Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058787208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:19:47.310Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:19:47.311Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:19:47.311Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:19:47.324Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:19:47.324Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:19:48.221Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:19:48.222Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:19:48.222Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:19:58.879Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:19:58.879Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:19:58.880Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:19:58.880Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:20:08.418Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:20:08.418Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:20:08.419Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:20:08.419Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:20:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:20:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:20:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:20:15.205Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:20:15.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:20:15.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea53c57-3944-422b-970c-e975ac63d9f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058787208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6ea53c57-3944-422b-970c-e975ac63d9f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/21d65169-e745-44df-a742-252fcb3baf9f/model-vers/model-ver/04a295fc-eee5-4cfc-819c-58a0be388f0d) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:20:15.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:20:17.958Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:20:17.958Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:20:17.959Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:20:17.959Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:20:27.494Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:20:27.495Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:20:27.497Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:20:27.497Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:20:37.036Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:20:37.037Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:20:37.037Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:20:37.037Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:20:46.576Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:21:14.581Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:21:14.582Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:21:14.582Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:21:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:21:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:21:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:21:24.117Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:21:24.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:14.581Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:22:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:22:14.583Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:22:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:22:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:14.583Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:14.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:14.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:22:14.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:22:14.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:14.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:22:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:22:15.206Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:15.207Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T04:22:15.208Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"785df864-b8a5-4eb1-97e9-ed881a093326","serviceName":"vFW 2022-03-12 04-20-43","serviceVersion":"1.0","serviceUUID":"b1fc949b-d21f-4aab-b8d9-19478b1a13e9","serviceDescription":"catalog service description","serviceInvariantUUID":"8dfe655b-ca62-4ea5-9804-1bf073b02189","resources":[{"resourceInstanceName":"vFW 8187fb98-76ab 0","resourceName":"vFW 8187fb98-76ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac6a4ef-61d4-4fe5-99e3-444f12076155","resourceInvariantUUID":"dd4da353-252f-41a9-a101-d4aee2c7d71d","resourceCustomizationUUID":"7fdc15fd-99fa-48b6-a9da-1dd1af251b47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml","artifactChecksum":"MjY5YzhjNjg5MDUyYjMyMDA5MGZlMGExMzc4ZDBkMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5dd3dd8-8021-41cc-8da6-b543651828f0","artifactVersion":"1"},{"artifactName":"vfw8187fb9876ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json","artifactChecksum":"ZmFhNzEyOWFlYTkyNGRkMTUxMTEwZWE3ZTg4YmI1ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99c28202-3b06-4f3b-80b3-cddb12ace7eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cd4ac60f-46a1-4100-8f55-479b777c13df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml","artifactChecksum":"YTIyNzgxYWVjYmE0MmNhZWU1ODVkNTc3ZmY4ODhlYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"824533fe-9b58-41c9-9da4-b8a94cea107d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc0f4a71-00e0-4b70-a5e6-4abdf6859adc","artifactVersion":"2","generatedFromUUID":"cd4ac60f-46a1-4100-8f55-479b777c13df"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312042043-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml","artifactChecksum":"N2NjMTM4ZTE3ZjQwYWU5NThhZDg1MjRkZjRiMmY1NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9b0c116-7993-4b53-a557-e67d995436b5","artifactVersion":"1"},{"artifactName":"service-Vfw20220312042043-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar","artifactChecksum":"OTVkOGFiNGQyM2VkMzNiMzBhMGUwMDAwMTM4NmQyNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2034e5c8-eca4-441c-bc44-d5bc349c031c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:22:15.211Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:15.211Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:15.215Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:15.215Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:15.315Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:15.316Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:15.316Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:15.325Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:15.325Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:16.216Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:16.217Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:16.221Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:16.221Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:22:16.322Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:22:16.323Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:16.323Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:16.331Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:16.332Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:17.222Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:17.223Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:17.225Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:17.225Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:22:17.326Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:22:17.327Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:17.327Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:17.336Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:17.336Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:18.226Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:18.227Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:18.229Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:18.229Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:18.330Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:22:18.331Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:18.331Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:18.340Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:18.341Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:22:19.230Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:19.231Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:19.233Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:19.233Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:22:19.333Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:19.334Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:19.334Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:19.342Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:19.343Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:20.234Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:20.235Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:20.237Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:20.237Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:22:20.337Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:20.338Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:20.338Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:20.346Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:20.347Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:21.237Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:22:21.238Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:21.240Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:21.240Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:22:21.341Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:21.341Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:21.341Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:21.349Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:21.350Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:22.242Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "serviceName": "vFW 2022-03-12 04-20-43",
  "serviceVersion": "1.0",
  "serviceUUID": "b1fc949b-d21f-4aab-b8d9-19478b1a13e9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8dfe655b-ca62-4ea5-9804-1bf073b02189",
  "resources": [
    {
      "resourceInstanceName": "vFW 8187fb98-76ab 0",
      "resourceCustomizationUUID": "7fdc15fd-99fa-48b6-a9da-1dd1af251b47",
      "resourceName": "vFW 8187fb98-76ab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac6a4ef-61d4-4fe5-99e3-444f12076155",
      "resourceInvariantUUID": "dd4da353-252f-41a9-a101-d4aee2c7d71d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8187fb9876ab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
          "artifactChecksum": "ZmFhNzEyOWFlYTkyNGRkMTUxMTEwZWE3ZTg4YmI1ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "99c28202-3b06-4f3b-80b3-cddb12ace7eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cd4ac60f-46a1-4100-8f55-479b777c13df",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cc0f4a71-00e0-4b70-a5e6-4abdf6859adc",
            "generatedFromUUID": "cd4ac60f-46a1-4100-8f55-479b777c13df"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cc0f4a71-00e0-4b70-a5e6-4abdf6859adc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312042043-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
      "artifactChecksum": "OTVkOGFiNGQyM2VkMzNiMzBhMGUwMDAwMTM4NmQyNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2034e5c8-eca4-441c-bc44-d5bc349c031c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:22:22.242Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:22:22.243Z|6ea53c57-3944-422b-970c-e975ac63d9f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1fc949b-d21f-4aab-b8d9-19478b1a13e9 ASDC
2022-03-12T04:22:22.243Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:785df864-b8a5-4eb1-97e9-ed881a093326
ServiceName:vFW 2022-03-12 04-20-43
ServiceVersion:1.0
ServiceUUID:b1fc949b-d21f-4aab-b8d9-19478b1a13e9
ServiceInvariantUUID:8dfe655b-ca62-4ea5-9804-1bf073b02189
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312042043-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar
ArtifactUUID:2034e5c8-eca4-441c-bc44-d5bc349c031c
ArtifactChecksum:OTVkOGFiNGQyM2VkMzNiMzBhMGUwMDAwMTM4NmQyNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8187fb98-76ab 0
ResourceCustomizationUUID:7fdc15fd-99fa-48b6-a9da-1dd1af251b47
ResourceInvariantUUID:dd4da353-252f-41a9-a101-d4aee2c7d71d
ResourceName:vFW 8187fb98-76ab
ResourceType:VF
ResourceUUID:8ac6a4ef-61d4-4fe5-99e3-444f12076155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8187fb9876ab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json
ArtifactUUID:99c28202-3b06-4f3b-80b3-cddb12ace7eb
ArtifactChecksum:ZmFhNzEyOWFlYTkyNGRkMTUxMTEwZWE3ZTg4YmI1ZGI=
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/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml
ArtifactUUID:cd4ac60f-46a1-4100-8f55-479b777c13df
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/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env
ArtifactUUID:cc0f4a71-00e0-4b70-a5e6-4abdf6859adc
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/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env
ArtifactUUID:cc0f4a71-00e0-4b70-a5e6-4abdf6859adc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:22:22.244Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1fc949b-d21f-4aab-b8d9-19478b1a13e9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:22:22.270Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:22:22.271Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-12T04:22:22.271Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-12T04:22:22.271Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2034e5c8-eca4-441c-bc44-d5bc349c031c from URL: /sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:22.271Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:22:22.271Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:22.708Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:22:22.716Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar 2034e5c8-eca4-441c-bc44-d5bc349c031c 98960
2022-03-12T04:22:22.717Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar ASDC sendASDCNotification
2022-03-12T04:22:22.717Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:22.717Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:22:22.718Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:22.720Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:22.720Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058942717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:22:22.820Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:22.821Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:22.821Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:22.829Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:22.829Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:23.720Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:22:23.721Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-12T04:22:23.722Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2034e5c8-eca4-441c-bc44-d5bc349c031c, URL: /sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar to file: /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:23.722Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312042043-csar.csar
2022-03-12T04:22:23.722Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:23.723Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:23.905Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12948713104979923474/Definitions/service-Vfw20220312042043-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-03-12T04:22:25.894Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:22:25.894Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-12T04:22:25.894Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.894Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T04:22:25.894Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8187fb98-76ab 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-Vfw20220312042043-csar.csar
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.895Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.896Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.897Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:25.898Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:22:25.899Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a35b4be0-b4fd-4569-9956-26f284c5a54a
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.900Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be55a4a9-0c36-4465-b74a-85c5145889fe
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.901Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=acf075dd-bfbd-4887-a3d7-e942d6033467
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.902Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:25.903Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:25.903Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 04-20-43
Description:catalog service description
Model UUID:b1fc949b-d21f-4aab-b8d9-19478b1a13e9
Model Version:NULL
Model InvariantUuid:8dfe655b-ca62-4ea5-9804-1bf073b02189
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8187fb98-76ab
Model UUID:2fc8ee9e-8d52-4dfa-a48f-d253f951ba5c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd4da353-252f-41a9-a101-d4aee2c7d71d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7fdc15fd-99fa-48b6-a9da-1dd1af251b47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5b0d4254-2452-4a61-8f78-d1310c3a386b
ModelName:Vfw8187fb9876ab..base_vfw..module-0
ModelUuid:ddbdaa2a-d5c2-4b4d-94ea-5462ba5463e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a35b4be0-b4fd-4569-9956-26f284c5a54a
ModelInvariantUuid:e1075f3e-c23b-43f4-b76f-e728c0cfa022
ModelName:vFW 8187fb98-76ab-nodes.vfwCvfc
ModelUuid:1458b797-d17f-4625-ab37-499fce1aa28c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3cd6e757-2349-46c5-8e36-1dbf9fb363d9
ModelInvariantUuid:98d4a92d-1bf7-4154-8196-2e4bd9aa16b4
ModelName:Vfw8187fb9876ab.compute.nodes.heat.vfw
ModelUuid:b2953b6c-7f48-4f88-965d-99250896088b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:be55a4a9-0c36-4465-b74a-85c5145889fe
ModelInvariantUuid:f3043077-d7fe-45f1-9616-d5680e87008a
ModelName:vFW 8187fb98-76ab-nodes.vsnCvfc
ModelUuid:d7bf3faa-fe16-4a0b-8580-93b132a72fb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6e0a19f4-50a9-40d6-8b57-cbf349c93471
ModelInvariantUuid:396147d5-9fa7-488a-b004-d1e181e1f7d1
ModelName:Vfw8187fb9876ab.compute.nodes.heat.vsn
ModelUuid:5202aa94-69c0-46a6-8a49-3f10fe03c24b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:acf075dd-bfbd-4887-a3d7-e942d6033467
ModelInvariantUuid:b6e99a1b-167e-4791-8b25-96ccdacc6cfb
ModelName:vFW 8187fb98-76ab-nodes.vpgCvfc
ModelUuid:e0f96f1e-f877-4eb1-a5aa-c37dac3a1c79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3823194f-5dec-4f87-93a3-0c83f048226d
ModelInvariantUuid:e763db6c-653e-4086-b3fd-6eeef84b6fe9
ModelName:Vfw8187fb9876ab.compute.nodes.heat.vpg
ModelUuid:7f2f2ce6-b145-473b-9b99-ee41047f1249
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:22:25.909Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ac6a4ef-61d4-4fe5-99e3-444f12076155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:22:25.911Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||vFW 8187fb98-76ab 0
2022-03-12T04:22:25.911Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ac6a4ef-61d4-4fe5-99e3-444f12076155
2022-03-12T04:22:25.911Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99c28202-3b06-4f3b-80b3-cddb12ace7eb from URL: /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json
2022-03-12T04:22:25.911Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:22:25.911Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json
2022-03-12T04:22:26.098Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:22:26.098Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json 99c28202-3b06-4f3b-80b3-cddb12ace7eb 785
2022-03-12T04:22:26.099Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json ASDC sendASDCNotification
2022-03-12T04:22:26.099Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json
2022-03-12T04:22:26.099Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:22:26.099Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:26.101Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:26.101Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058946099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:22:26.201Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:26.202Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:26.202Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:26.211Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:26.211Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:27.101Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8187fb9876ab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5b0d4254-2452-4a61-8f78-d1310c3a386b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ddbdaa2a-d5c2-4b4d-94ea-5462ba5463e6",
    "vfModuleModelCustomizationUUID": "b0870c89-78c1-4436-9bec-4aab04278f45",
    "isBase": true,
    "artifacts": [
      "cd4ac60f-46a1-4100-8f55-479b777c13df",
      "cc0f4a71-00e0-4b70-a5e6-4abdf6859adc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:22:27.106Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8187fb9876ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddbdaa2a-d5c2-4b4d-94ea-5462ba5463e6
VfModuleModelInvariantUUID:5b0d4254-2452-4a61-8f78-d1310c3a386b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd4ac60f-46a1-4100-8f55-479b777c13df
,
cc0f4a71-00e0-4b70-a5e6-4abdf6859adc

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:22:27.108Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8187fb9876ab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5b0d4254-2452-4a61-8f78-d1310c3a386b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ddbdaa2a-d5c2-4b4d-94ea-5462ba5463e6",
    "vfModuleModelCustomizationUUID": "b0870c89-78c1-4436-9bec-4aab04278f45",
    "isBase": true,
    "artifacts": [
      "cd4ac60f-46a1-4100-8f55-479b777c13df",
      "cc0f4a71-00e0-4b70-a5e6-4abdf6859adc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:22:27.108Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8187fb9876ab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddbdaa2a-d5c2-4b4d-94ea-5462ba5463e6
VfModuleModelInvariantUUID:5b0d4254-2452-4a61-8f78-d1310c3a386b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd4ac60f-46a1-4100-8f55-479b777c13df
,
cc0f4a71-00e0-4b70-a5e6-4abdf6859adc

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:22:27.109Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cd4ac60f-46a1-4100-8f55-479b777c13df from URL: /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml
2022-03-12T04:22:27.109Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:22:27.109Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml
2022-03-12T04:22:27.311Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:22:27.312Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml cd4ac60f-46a1-4100-8f55-479b777c13df 20368
2022-03-12T04:22:27.312Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:22:27.312Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml
2022-03-12T04:22:27.312Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:22:27.312Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:27.314Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:27.314Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058947312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:22:27.414Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:27.415Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:27.415Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:27.422Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:27.423Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:28.315Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc0f4a71-00e0-4b70-a5e6-4abdf6859adc from URL: /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env
2022-03-12T04:22:28.315Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-12T04:22:28.316Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env
2022-03-12T04:22:28.510Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-12T04:22:28.510Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env cc0f4a71-00e0-4b70-a5e6-4abdf6859adc 2098
2022-03-12T04:22:28.510Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:22:28.511Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env
2022-03-12T04:22:28.511Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:22:28.511Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:28.513Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:28.514Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058948510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:22:28.614Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:28.614Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:28.614Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:28.622Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:28.622Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:29.514Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b1fc949b-d21f-4aab-b8d9-19478b1a13e9
2022-03-12T04:22:29.515Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8187fb98-76ab 0 8ac6a4ef-61d4-4fe5-99e3-444f12076155 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:22:29.535Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18009b3, org.onap.sdc.toscaparser.api.parameters.Input@36ae15c1, org.onap.sdc.toscaparser.api.parameters.Input@7aa2bf53, org.onap.sdc.toscaparser.api.parameters.Input@4113e90d, org.onap.sdc.toscaparser.api.parameters.Input@405fad0d]
2022-03-12T04:22:29.536Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.536Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.536Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:22:29.536Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7fdc15fd-99fa-48b6-a9da-1dd1af251b47
2022-03-12T04:22:29.536Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7fdc15fd-99fa-48b6-a9da-1dd1af251b47 matches Tosca VF Customization UUID: 7fdc15fd-99fa-48b6-a9da-1dd1af251b47
2022-03-12T04:22:29.536Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7fdc15fd-99fa-48b6-a9da-1dd1af251b47  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:22:29.538Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.538Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.539Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7fdc15fd-99fa-48b6-a9da-1dd1af251b47: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T04:22:29.539Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@372b10c4
2022-03-12T04:22:29.539Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.539Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:22:29.539Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0870c89-78c1-4436-9bec-4aab04278f45
2022-03-12T04:22:29.539Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0870c89-78c1-4436-9bec-4aab04278f45
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:22:29.541Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.541Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:29.541Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:22:29.542Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.543Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a35b4be0-b4fd-4569-9956-26f284c5a54a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:29.545Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.546Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be55a4a9-0c36-4465-b74a-85c5145889fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is not matching search criteria
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:22:29.548Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:22:29.549Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=acf075dd-bfbd-4887-a3d7-e942d6033467
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:22:29.551Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.551Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:29.551Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:22:29.551Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.551Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Node template vFW 8187fb98-76ab 0 is matching search criteria
2022-03-12T04:22:29.551Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8187fb98-76ab 0] matching following query criteria: sdcType=VF, customizationUUID=7fdc15fd-99fa-48b6-a9da-1dd1af251b47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b1fc949b-d21f-4aab-b8d9-19478b1a13e9: vFW 8187fb98-76ab
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.553Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.554Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.554Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.554Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.554Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:22:29.554Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-12 04-20-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:22:29.554Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-12 04-20-43 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:22:29.701Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8187fb98-76ab 8ac6a4ef-61d4-4fe5-99e3-444f12076155 1 ASDC deployResourceStructure
2022-03-12T04:22:29.701Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json ASDC sendASDCNotification
2022-03-12T04:22:29.701Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json
2022-03-12T04:22:29.701Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:22:29.702Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:29.704Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:29.704Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058949701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:22:29.804Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:29.805Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:29.805Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:29.812Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:29.812Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:30.704Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:22:30.705Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml
2022-03-12T04:22:30.705Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:22:30.705Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:30.707Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:30.708Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058950704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:22:30.808Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:30.809Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:30.809Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:30.817Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:30.818Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:31.708Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:22:31.709Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env
2022-03-12T04:22:31.709Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:22:31.709Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:31.711Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:31.712Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058951708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:22:31.825Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:31.826Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:31.826Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:31.834Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:31.834Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:32.725Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar ASDC sendASDCNotification
2022-03-12T04:22:32.727Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar
2022-03-12T04:22:32.727Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:22:32.727Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:22:32.729Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:22:32.729Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058952725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:22:32.829Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:22:32.830Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:22:32.830Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:22:32.839Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:22:32.839Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:22:33.730Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:22:33.741Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:22:33.744Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:22:33.744Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:22:33.744Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:23:03.744Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:23:03.755Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:23:03.757Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:23:03.757Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:23:03.757Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:23:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:23:14.584Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:23:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:23:14.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:23:14.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T04:23:14.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:23:14.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:23:33.757Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:23:33.767Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:23:33.769Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:23:33.770Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:23:33.770Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:24:03.770Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:24:03.780Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:24:03.786Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:24:03.786Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:24:03.786Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:24:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:24:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:24:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:24:14.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:24:14.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:24:14.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:24:14.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:24:33.786Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:24:33.796Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:24:33.798Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:24:33.798Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:24:33.798Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:25:03.798Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:25:03.810Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:25:03.811Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:25:03.811Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:25:03.811Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:25:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:25:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:25:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:25:15.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:25:15.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058923873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058923120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058922078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647058923318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058937984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058938170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058939362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058933222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058940461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058934206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058941077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058934581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058941479,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:25:15.125Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 785df864-b8a5-4eb1-97e9-ed881a093326
2022-03-12T04:25:15.125Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785df864-b8a5-4eb1-97e9-ed881a093326 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058942068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058942081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647058942481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058942717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "cds",
  "timestamp": 1647058943075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:25:15.137Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 785df864-b8a5-4eb1-97e9-ed881a093326
2022-03-12T04:25:15.137Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785df864-b8a5-4eb1-97e9-ed881a093326 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:25:15.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "policy-id",
  "timestamp": 1647058943084,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:25:15.148Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 785df864-b8a5-4eb1-97e9-ed881a093326
2022-03-12T04:25:15.148Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785df864-b8a5-4eb1-97e9-ed881a093326 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:25:15.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058946099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058946730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T04:25:15.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058947312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "aai-ml",
  "timestamp": 1647058947733,
  "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-03-12T04:25:15.157Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 785df864-b8a5-4eb1-97e9-ed881a093326
2022-03-12T04:25:15.158Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785df864-b8a5-4eb1-97e9-ed881a093326 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058948510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058949701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/vfw8187fb9876ab0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058950704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058950935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:25:15.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058951708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/resourceInstances/vfw8187fb9876ab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647058952725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058952946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042043/1.0/artifacts/service-Vfw20220312042043-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:25:15.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "clamp",
  "timestamp": 1647058953951,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:25:15.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 785df864-b8a5-4eb1-97e9-ed881a093326
2022-03-12T04:25:15.169Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785df864-b8a5-4eb1-97e9-ed881a093326 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:25:33.812Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:25:33.822Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:25:33.824Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:25:33.825Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:25:33.825Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:25:33.825Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:26:03.825Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:26:03.834Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:26:03.836Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:26:03.836Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:26:03.836Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:26:03.836Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:26:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:26:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:26:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:26:21.324Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:26:21.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:26:21.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:26:21.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:26:33.836Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:26:33.846Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:26:33.849Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:26:33.849Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:26:33.849Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:26:33.849Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:27:03.849Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:27:03.858Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:27:03.861Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:27:03.861Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:27:03.861Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:27:03.861Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:27:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:27:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:27:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:14.606Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:14.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:27:14.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:27:14.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:27:33.861Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T04:27:33.862Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 785df864-b8a5-4eb1-97e9-ed881a093326 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T04:27:33.867Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 785df864-b8a5-4eb1-97e9-ed881a093326 and serviceModelVersionId: b1fc949b-d21f-4aab-b8d9-19478b1a13e9
2022-03-12T04:27:33.867Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8dfe655b-ca62-4ea5-9804-1bf073b02189
2022-03-12T04:27:33.868Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0
2022-03-12T04:27:33.876Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:27:33.914Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0|INFO|500||Invoke
2022-03-12T04:27:33.914Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[785df864-b8a5-4eb1-97e9-ed881a093326], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51dd768a-ce0b-478c-b26c-0fe7b7569da7], X-ECOMP-RequestID=[785df864-b8a5-4eb1-97e9-ed881a093326], X-TransactionId=[], X-ONAP-RequestID=[785df864-b8a5-4eb1-97e9-ed881a093326], Content-Type=[application/merge-patch+json]}
2022-03-12T04:27:33.937Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T04:27:33.969Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?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/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-04:27:33:947-63944], Content-Length=[495], Date=[Sat, 12 Mar 2022 04:27:33 GMT], Content-Type=[application/json]}
2022-03-12T04:27:33.970Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?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/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9","ERR.5.4.6114"]}}}

2022-03-12T04:27:33.970Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T04:27:33.974Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (ec=ERR.5.4.6114)
2022-03-12T04:27:33.974Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (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-03-12T04:27:33.974Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (ec=ERR.5.4.6114)
2022-03-12T04:27:33.974Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (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-03-12T04:27:33.978Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T04:27:33.978Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 785df864-b8a5-4eb1-97e9-ed881a093326 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (ec=ERR.5.4.6114)
2022-03-12T04:27:33.978Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T04:27:33.978Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:33.980Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:33.980Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059253978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:27:34.081Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:27:34.081Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:34.082Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:34.090Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:34.091Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:27:34.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:27:34.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:27:34.993Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:39.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:39.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-12T04:27:39.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa","serviceName":"basic_onboard_mZTLZs","serviceVersion":"1.0","serviceUUID":"036bd1b0-6b66-4bb7-b590-99c096cfcf0f","serviceDescription":"service","serviceInvariantUUID":"a347a203-e949-443d-999c-8d45c6b51415","resources":[{"resourceInstanceName":"basic_onboard_mZTLZs 0","resourceName":"basic_onboard_mZTLZs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b45f6942-bb8e-4314-9195-f2e776c9b638","resourceInvariantUUID":"a1914ec3-8480-48ae-9c61-745ddae7e861","resourceCustomizationUUID":"976887af-f860-45f0-aa9e-65977b9e27fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml","artifactChecksum":"MDdjNjI5YTc5OTlkMWExMDMzMGM1NTQzZDA0ODVjMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e315fa0a-a2f8-462b-86a8-2a7b0ab99b4e","artifactVersion":"1"},{"artifactName":"basic_onboard_mztlzs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json","artifactChecksum":"YzQ4NGE4Nzk5MDY1YzM0YmFkZmE5YmU1N2U3OTBiZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45bb2796-3aaf-4050-9b89-d910cbbdfc01","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d729dbe5-ee29-476a-9d25-1de6b1e01696","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bd52780-2448-4ca4-bbb8-613c6f6a36d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc9f30c9-c999-48b7-a43d-c30738e01c19","artifactVersion":"2","generatedFromUUID":"d729dbe5-ee29-476a-9d25-1de6b1e01696"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMztlzs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml","artifactChecksum":"NjgyM2I1MjNiYmU1MjkxNjRlMzhkMDU3NDExMzMzMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cace5892-0fad-4cc1-8676-93afaa39b6a4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMztlzs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar","artifactChecksum":"YjBjODAzOWYwY2RhODNkOWRhYzZlZmZkMTEyMTM1NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ebe73cf-9a85-4cea-a03b-4bcbb276742e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:27:39.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:39.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:39.839Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:39.839Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:27:39.939Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:39.940Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:39.940Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:39.948Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:39.949Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:40.839Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:40.840Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:40.842Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:40.843Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:27:40.943Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:40.943Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:40.943Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:40.951Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:40.951Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:41.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:41.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:41.846Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:41.846Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:27:41.946Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:41.947Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:41.947Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:41.956Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:41.956Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:42.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:42.847Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:42.849Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:42.849Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:27:42.949Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:42.950Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:42.950Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:42.959Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:42.959Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:43.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:43.851Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:43.853Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:43.853Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-12T04:27:43.953Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:43.954Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:43.954Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:43.962Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:43.962Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:44.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:44.854Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:44.856Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:44.856Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:27:44.957Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:44.957Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:44.957Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:44.971Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:44.972Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:45.857Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:27:45.858Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:45.860Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:45.860Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:27:45.960Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:45.961Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:45.961Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:45.970Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:45.970Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:46.862Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "serviceName": "basic_onboard_mZTLZs",
  "serviceVersion": "1.0",
  "serviceUUID": "036bd1b0-6b66-4bb7-b590-99c096cfcf0f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a347a203-e949-443d-999c-8d45c6b51415",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mZTLZs 0",
      "resourceCustomizationUUID": "976887af-f860-45f0-aa9e-65977b9e27fe",
      "resourceName": "basic_onboard_mZTLZs",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b45f6942-bb8e-4314-9195-f2e776c9b638",
      "resourceInvariantUUID": "a1914ec3-8480-48ae-9c61-745ddae7e861",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mztlzs0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
          "artifactChecksum": "YzQ4NGE4Nzk5MDY1YzM0YmFkZmE5YmU1N2U3OTBiZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "45bb2796-3aaf-4050-9b89-d910cbbdfc01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d729dbe5-ee29-476a-9d25-1de6b1e01696",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cc9f30c9-c999-48b7-a43d-c30738e01c19",
            "generatedFromUUID": "d729dbe5-ee29-476a-9d25-1de6b1e01696"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cc9f30c9-c999-48b7-a43d-c30738e01c19",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMztlzs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
      "artifactChecksum": "YjBjODAzOWYwY2RhODNkOWRhYzZlZmZkMTEyMTM1NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ebe73cf-9a85-4cea-a03b-4bcbb276742e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:27:46.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:27:46.862Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 036bd1b0-6b66-4bb7-b590-99c096cfcf0f ASDC
2022-03-12T04:27:46.862Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
ServiceName:basic_onboard_mZTLZs
ServiceVersion:1.0
ServiceUUID:036bd1b0-6b66-4bb7-b590-99c096cfcf0f
ServiceInvariantUUID:a347a203-e949-443d-999c-8d45c6b51415
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMztlzs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar
ArtifactUUID:6ebe73cf-9a85-4cea-a03b-4bcbb276742e
ArtifactChecksum:YjBjODAzOWYwY2RhODNkOWRhYzZlZmZkMTEyMTM1NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mZTLZs 0
ResourceCustomizationUUID:976887af-f860-45f0-aa9e-65977b9e27fe
ResourceInvariantUUID:a1914ec3-8480-48ae-9c61-745ddae7e861
ResourceName:basic_onboard_mZTLZs
ResourceType:VF
ResourceUUID:b45f6942-bb8e-4314-9195-f2e776c9b638
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mztlzs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json
ArtifactUUID:45bb2796-3aaf-4050-9b89-d910cbbdfc01
ArtifactChecksum:YzQ4NGE4Nzk5MDY1YzM0YmFkZmE5YmU1N2U3OTBiZGE=
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/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d729dbe5-ee29-476a-9d25-1de6b1e01696
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/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env
ArtifactUUID:cc9f30c9-c999-48b7-a43d-c30738e01c19
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/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env
ArtifactUUID:cc9f30c9-c999-48b7-a43d-c30738e01c19
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:27:46.862Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 036bd1b0-6b66-4bb7-b590-99c096cfcf0f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:27:46.886Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:27:46.887Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:27:46.887Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:27:46.887Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ebe73cf-9a85-4cea-a03b-4bcbb276742e from URL: /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:46.887Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:27:46.887Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:47.368Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:27:47.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar 6ebe73cf-9a85-4cea-a03b-4bcbb276742e 71563
2022-03-12T04:27:47.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar ASDC sendASDCNotification
2022-03-12T04:27:47.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:47.373Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:27:47.373Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:47.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:47.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059267372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:27:47.475Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:47.476Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:47.476Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:47.485Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:47.486Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:48.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:27:48.377Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:27:48.377Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6ebe73cf-9a85-4cea-a03b-4bcbb276742e, URL: /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar to file: /app/ASDC/1/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:48.377Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:48.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:48.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:48.489Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11940918233112845526/Definitions/service-BasicOnboardMztlzs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-12T04:27:49.340Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:27:49.340Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mZTLZs 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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.341Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:49.342Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T04:27:49.342Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:27:49.342Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.342Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.355Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:49.355Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T04:27:49.355Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is not matching search criteria
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:27:49.356Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is not matching search criteria
2022-03-12T04:27:49.357Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a07c4d2b-9a06-4260-93be-548b592c19cf
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:49.358Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mZTLZs
Description:service
Model UUID:036bd1b0-6b66-4bb7-b590-99c096cfcf0f
Model Version:NULL
Model InvariantUuid:a347a203-e949-443d-999c-8d45c6b51415
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mZTLZs
Model UUID:3254de0e-ee9c-48d4-b6e1-1a7239bf9fbc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1914ec3-8480-48ae-9c61-745ddae7e861
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:976887af-f860-45f0-aa9e-65977b9e27fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73172d6b-8f00-4da8-8c47-1244bfa0b0fb
ModelName:BasicOnboardMztlzs..base_ubuntu18..module-0
ModelUuid:0508fea1-46f7-41e8-adaa-39311856db45
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a07c4d2b-9a06-4260-93be-548b592c19cf
ModelInvariantUuid:c8ef6bb0-a4c6-4c5e-8667-c012fd56b49f
ModelName:basic_onboard_mZTLZs-nodes.ubuntu18Cvfc
ModelUuid:c3681387-210e-4b87-a07e-dba961d86394
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:312e0238-35fc-492f-9a9a-a23de4e67d73
ModelInvariantUuid:4978eeda-a938-43d3-b272-6c855864a1fb
ModelName:BasicOnboardMztlzs.compute.nodes.heat.ubuntu18
ModelUuid:9ca5a0fc-b8d3-4562-a966-4020d3a47350
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:27:49.363Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b45f6942-bb8e-4314-9195-f2e776c9b638
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:27:49.366Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||basic_onboard_mZTLZs 0
2022-03-12T04:27:49.366Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b45f6942-bb8e-4314-9195-f2e776c9b638
2022-03-12T04:27:49.366Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 45bb2796-3aaf-4050-9b89-d910cbbdfc01 from URL: /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json
2022-03-12T04:27:49.366Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:27:49.366Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json
2022-03-12T04:27:49.671Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:27:49.671Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json 45bb2796-3aaf-4050-9b89-d910cbbdfc01 798
2022-03-12T04:27:49.671Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json ASDC sendASDCNotification
2022-03-12T04:27:49.672Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json
2022-03-12T04:27:49.672Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:27:49.672Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:49.674Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:49.674Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:27:49.774Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:49.775Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:49.775Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:49.784Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:49.785Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:50.678Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMztlzs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "73172d6b-8f00-4da8-8c47-1244bfa0b0fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0508fea1-46f7-41e8-adaa-39311856db45",
    "vfModuleModelCustomizationUUID": "d5f3ae4d-66ae-47af-885b-88666dba998c",
    "isBase": true,
    "artifacts": [
      "d729dbe5-ee29-476a-9d25-1de6b1e01696",
      "cc9f30c9-c999-48b7-a43d-c30738e01c19"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:27:50.683Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMztlzs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0508fea1-46f7-41e8-adaa-39311856db45
VfModuleModelInvariantUUID:73172d6b-8f00-4da8-8c47-1244bfa0b0fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d729dbe5-ee29-476a-9d25-1de6b1e01696
,
cc9f30c9-c999-48b7-a43d-c30738e01c19

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:27:50.685Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMztlzs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "73172d6b-8f00-4da8-8c47-1244bfa0b0fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0508fea1-46f7-41e8-adaa-39311856db45",
    "vfModuleModelCustomizationUUID": "d5f3ae4d-66ae-47af-885b-88666dba998c",
    "isBase": true,
    "artifacts": [
      "d729dbe5-ee29-476a-9d25-1de6b1e01696",
      "cc9f30c9-c999-48b7-a43d-c30738e01c19"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:27:50.685Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMztlzs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0508fea1-46f7-41e8-adaa-39311856db45
VfModuleModelInvariantUUID:73172d6b-8f00-4da8-8c47-1244bfa0b0fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d729dbe5-ee29-476a-9d25-1de6b1e01696
,
cc9f30c9-c999-48b7-a43d-c30738e01c19

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:27:50.685Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d729dbe5-ee29-476a-9d25-1de6b1e01696 from URL: /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml
2022-03-12T04:27:50.685Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:27:50.685Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml
2022-03-12T04:27:50.851Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:27:50.851Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml d729dbe5-ee29-476a-9d25-1de6b1e01696 5033
2022-03-12T04:27:50.851Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-12T04:27:50.851Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml
2022-03-12T04:27:50.852Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:27:50.852Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:50.854Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:50.854Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059270851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:27:50.954Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:50.955Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:50.955Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:50.965Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:50.965Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:51.855Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc9f30c9-c999-48b7-a43d-c30738e01c19 from URL: /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env
2022-03-12T04:27:51.855Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:27:51.855Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env
2022-03-12T04:27:52.351Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:27:52.351Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env cc9f30c9-c999-48b7-a43d-c30738e01c19 909
2022-03-12T04:27:52.352Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-12T04:27:52.352Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env
2022-03-12T04:27:52.352Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:27:52.352Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:52.354Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:52.354Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059272352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:27:52.454Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:52.455Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:52.455Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:52.463Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:52.463Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:27:53.354Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 036bd1b0-6b66-4bb7-b590-99c096cfcf0f
2022-03-12T04:27:53.355Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mZTLZs 0 b45f6942-bb8e-4314-9195-f2e776c9b638 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:27:53.368Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38aa9e86, org.onap.sdc.toscaparser.api.parameters.Input@59d1d816, org.onap.sdc.toscaparser.api.parameters.Input@2bed56d6, org.onap.sdc.toscaparser.api.parameters.Input@41e68521, org.onap.sdc.toscaparser.api.parameters.Input@2d546d35]
2022-03-12T04:27:53.369Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.369Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.369Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:27:53.369Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 976887af-f860-45f0-aa9e-65977b9e27fe
2022-03-12T04:27:53.369Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 976887af-f860-45f0-aa9e-65977b9e27fe matches Tosca VF Customization UUID: 976887af-f860-45f0-aa9e-65977b9e27fe
2022-03-12T04:27:53.369Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 976887af-f860-45f0-aa9e-65977b9e27fe  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:27:53.371Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.371Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 976887af-f860-45f0-aa9e-65977b9e27fe: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-12T04:27:53.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4eb2e65e
2022-03-12T04:27:53.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:27:53.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5f3ae4d-66ae-47af-885b-88666dba998c
2022-03-12T04:27:53.372Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5f3ae4d-66ae-47af-885b-88666dba998c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:27:53.374Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:53.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:27:53.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:53.375Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:27:53.376Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.376Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is not matching search criteria
2022-03-12T04:27:53.376Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-12T04:27:53.376Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T04:27:53.376Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a07c4d2b-9a06-4260-93be-548b592c19cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:27:53.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:53.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:27:53.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.378Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mZTLZs 0 is matching search criteria
2022-03-12T04:27:53.379Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mZTLZs 0] matching following query criteria: sdcType=VF, customizationUUID=976887af-f860-45f0-aa9e-65977b9e27fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 036bd1b0-6b66-4bb7-b590-99c096cfcf0f: basic_onboard_mZTLZs
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.380Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.381Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.381Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.381Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.381Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:27:53.381Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mZTLZs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:27:53.381Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_mZTLZs 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:27:53.437Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mZTLZs b45f6942-bb8e-4314-9195-f2e776c9b638 1 ASDC deployResourceStructure
2022-03-12T04:27:53.437Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json ASDC sendASDCNotification
2022-03-12T04:27:53.437Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json
2022-03-12T04:27:53.437Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:27:53.437Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:53.439Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:53.439Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059273437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:27:53.539Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:53.540Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:53.540Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:53.549Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:53.549Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:54.442Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-12T04:27:54.443Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml
2022-03-12T04:27:54.443Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:27:54.443Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:54.445Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:54.445Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059274439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:27:54.546Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:54.546Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:54.547Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:54.555Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:54.556Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:55.446Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-12T04:27:55.446Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env
2022-03-12T04:27:55.447Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:27:55.447Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:55.449Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:55.449Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059275446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:27:55.549Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:55.550Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:55.550Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:55.559Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:55.559Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:56.450Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar ASDC sendASDCNotification
2022-03-12T04:27:56.451Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar
2022-03-12T04:27:56.451Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:27:56.451Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:27:56.453Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:27:56.453Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059276450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:27:56.553Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:27:56.554Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:27:56.554Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:27:56.563Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:27:56.563Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:27:57.454Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:27:57.463Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:27:57.465Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:27:57.465Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:27:57.465Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:28:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:28:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:28:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:28:14.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:28:14.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059174206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059188425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059188513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "cds",
  "timestamp": 1647059189429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:28:14.620Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
2022-03-12T04:28:14.620Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:28:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059189517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:28:14.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "policy-id",
  "timestamp": 1647059190520,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:28:14.634Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
2022-03-12T04:28:14.634Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:28:14.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059190819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059191861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059192895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059193916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:28:14.645Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
2022-03-12T04:28:14.645Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:28:14.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059194918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059192078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059193873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059201576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059203962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059204981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "clamp",
  "timestamp": 1647059205984,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:28:14.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
2022-03-12T04:28:14.660Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:28:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059207779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T04:28:14.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:28:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:28:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "aai-ml",
  "timestamp": 1647059208782,
  "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-03-12T04:28:14.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
2022-03-12T04:28:14.669Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:28:27.465Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:28:27.475Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:28:27.477Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:28:27.477Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:28:27.478Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:28:27.478Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:28:57.478Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:28:57.487Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:28:57.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:28:57.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:28:57.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:28:57.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:29:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:29:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:29:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:29:15.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:29:15.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "785df864-b8a5-4eb1-97e9-ed881a093326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059253978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d785df864-b8a5-4eb1-97e9-ed881a093326 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8dfe655b-ca62-4ea5-9804-1bf073b02189/model-vers/model-ver/b1fc949b-d21f-4aab-b8d9-19478b1a13e9) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:29:15.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:29:15.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:29:15.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:29:15.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059254992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059267372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:29:15.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059270851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059272352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:29:15.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059273437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/basic_onboard_mztlzs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:29:15.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059274439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059275446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/resourceInstances/basic_onboard_mztlzs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:15.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:29:15.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059276450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMztlzs/1.0/artifacts/service-BasicOnboardMztlzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:29:15.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:29:27.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:29:27.499Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:29:27.501Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:29:27.502Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:29:27.502Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:29:27.502Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:29:57.502Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:29:57.512Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:29:57.514Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:29:57.514Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:29:57.514Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:29:57.514Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:30:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:30:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:30:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:30:24.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:30:27.514Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:30:27.523Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:30:27.526Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:30:27.526Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:30:27.526Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:30:27.526Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:30:57.526Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:30:57.535Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:30:57.537Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:30:57.537Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:30:57.537Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:30:57.537Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:31:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:31:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:31:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:31:15.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:31:15.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059429206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059423318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059423120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059439154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059439227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059433222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "cds",
  "timestamp": 1647059440159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:31:15.234Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6f7aba4-6e1c-4f26-9433-fe3493a58386
2022-03-12T04:31:15.234Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6f7aba4-6e1c-4f26-9433-fe3493a58386 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059440269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059433873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059440932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059441304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059441590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059441936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059442322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:31:15.243Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6f7aba4-6e1c-4f26-9433-fe3493a58386
2022-03-12T04:31:15.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6f7aba4-6e1c-4f26-9433-fe3493a58386 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:31:15.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "policy-id",
  "timestamp": 1647059442939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:31:15.252Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6f7aba4-6e1c-4f26-9433-fe3493a58386
2022-03-12T04:31:15.252Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6f7aba4-6e1c-4f26-9433-fe3493a58386 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:31:15.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059443324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:31:15.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059443985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059445003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "clamp",
  "timestamp": 1647059446007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:31:15.260Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6f7aba4-6e1c-4f26-9433-fe3493a58386
2022-03-12T04:31:15.261Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6f7aba4-6e1c-4f26-9433-fe3493a58386 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:31:15.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059448470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T04:31:15.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:31:15.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:31:15.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "aai-ml",
  "timestamp": 1647059449474,
  "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-03-12T04:31:15.269Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f6f7aba4-6e1c-4f26-9433-fe3493a58386
2022-03-12T04:31:15.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6f7aba4-6e1c-4f26-9433-fe3493a58386 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:31:27.538Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:31:27.547Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:31:27.550Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:31:27.550Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:31:27.550Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:31:27.551Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:31:57.551Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:31:57.562Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:31:57.564Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:31:57.565Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:31:57.565Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:31:57.565Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:32:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:32:14.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:32:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:32:24.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:32:27.565Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:32:27.575Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:32:27.577Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:32:27.577Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:32:27.577Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:32:27.577Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:32:57.577Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T04:32:57.578Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T04:32:57.585Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and serviceModelVersionId: 036bd1b0-6b66-4bb7-b590-99c096cfcf0f
2022-03-12T04:32:57.585Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a347a203-e949-443d-999c-8d45c6b51415
2022-03-12T04:32:57.587Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f?depth=0
2022-03-12T04:32:57.594Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:32:57.630Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T04:32:57.630Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f?depth=0|INFO|500||Invoke
2022-03-12T04:32:57.651Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T04:32:57.710Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T04:32:57.710Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-04:32:57:661-86941], Content-Length=[495], Date=[Sat, 12 Mar 2022 04:32:57 GMT], Content-Type=[application/json]}
2022-03-12T04:32:57.711Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||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/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f","ERR.5.4.6114"]}}}

2022-03-12T04:32:57.716Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (ec=ERR.5.4.6114)
2022-03-12T04:32:57.716Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (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-03-12T04:32:57.716Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (ec=ERR.5.4.6114)
2022-03-12T04:32:57.716Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (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-03-12T04:32:57.720Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T04:32:57.720Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (ec=ERR.5.4.6114)
2022-03-12T04:32:57.721Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T04:32:57.721Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:32:57.724Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:32:57.724Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059577720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:32:57.824Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:32:57.825Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:32:57.825Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:32:57.837Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:32:57.838Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:32:58.737Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:32:58.737Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:32:58.737Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:03.461Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:03.462Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-12T04:33:03.462Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6f7aba4-6e1c-4f26-9433-fe3493a58386","serviceName":"vFW 2022-03-12 04-29-20","serviceVersion":"1.0","serviceUUID":"e9c6a9a2-65e7-45b3-ba86-75fcb293a972","serviceDescription":"catalog service description","serviceInvariantUUID":"a7296b5e-6f4b-4402-8870-a6f6faa0c535","resources":[{"resourceInstanceName":"vFW 4f0d1fd6-f313 0","resourceName":"vFW 4f0d1fd6-f313","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1add7f56-d965-4a97-99d0-71e7bf0bf983","resourceInvariantUUID":"1f83926b-1125-41cb-a5c7-4e0009ca7ad5","resourceCustomizationUUID":"eab05bbd-1e92-44d9-bbe5-c205b09cf889","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml","artifactChecksum":"ZTBjZjY2NzBhZDIxNThjZWE4YTc3M2NjZWY4NjIwZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f61b1681-6412-49a9-89d2-71819cc31677","artifactVersion":"1"},{"artifactName":"vfw4f0d1fd6f3130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json","artifactChecksum":"ZTU2YjQwY2ZhNDU5YjU3OTIyN2MyNmEwYmNmNjhlOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6840103f-b1b3-44a8-9281-10553dbac063","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23315a5f-5ebe-4772-9cc4-17229048d5bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml","artifactChecksum":"OTkxZDE5MjU4N2UwNjFiYTczZTZkYmJkMTg4OGE2OGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5bd2daa9-0dc0-4b0b-8437-44dd7b13c575","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c7573c7-746e-469d-8b42-9831c7b228d7","artifactVersion":"2","generatedFromUUID":"23315a5f-5ebe-4772-9cc4-17229048d5bc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312042920-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml","artifactChecksum":"ZDY4NGMwMjM4NDI4ZDFlMDBkYzk3MzUyMmZlZGEzZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"775df61c-b97e-47c4-b623-ecd383536cac","artifactVersion":"1"},{"artifactName":"service-Vfw20220312042920-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar","artifactChecksum":"MDk2YTM0Zjc5MGI3ZGZlMWFmYzYwYzlmY2ViZDIyMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42fe193c-b56b-487c-b9e9-e7ba0cc409ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:33:03.464Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:03.465Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:03.467Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:03.467Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:33:03.567Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:03.568Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:03.568Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:03.577Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:03.578Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:33:04.467Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:04.468Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:04.471Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:04.471Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:33:04.571Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:04.572Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:04.572Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:04.580Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:04.580Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:05.471Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:05.472Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:05.474Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:05.474Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:33:05.575Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:33:05.576Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:05.576Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:05.584Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:05.584Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:06.475Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:06.476Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:06.478Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:06.478Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:33:06.578Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:06.579Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:06.579Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:06.588Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:06.588Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:07.479Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:07.480Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:07.481Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:07.482Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:33:07.582Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:07.583Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:07.583Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:07.592Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:07.593Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:08.482Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:08.483Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:08.485Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:08.485Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:33:08.586Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:33:08.587Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:08.587Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:08.595Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:08.596Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:09.486Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:33:09.486Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:09.488Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:09.488Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:33:09.588Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:09.589Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:09.589Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:09.597Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:09.598Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:10.489Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "serviceName": "vFW 2022-03-12 04-29-20",
  "serviceVersion": "1.0",
  "serviceUUID": "e9c6a9a2-65e7-45b3-ba86-75fcb293a972",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7296b5e-6f4b-4402-8870-a6f6faa0c535",
  "resources": [
    {
      "resourceInstanceName": "vFW 4f0d1fd6-f313 0",
      "resourceCustomizationUUID": "eab05bbd-1e92-44d9-bbe5-c205b09cf889",
      "resourceName": "vFW 4f0d1fd6-f313",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1add7f56-d965-4a97-99d0-71e7bf0bf983",
      "resourceInvariantUUID": "1f83926b-1125-41cb-a5c7-4e0009ca7ad5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4f0d1fd6f3130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
          "artifactChecksum": "ZTU2YjQwY2ZhNDU5YjU3OTIyN2MyNmEwYmNmNjhlOWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6840103f-b1b3-44a8-9281-10553dbac063",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "23315a5f-5ebe-4772-9cc4-17229048d5bc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1c7573c7-746e-469d-8b42-9831c7b228d7",
            "generatedFromUUID": "23315a5f-5ebe-4772-9cc4-17229048d5bc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1c7573c7-746e-469d-8b42-9831c7b228d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312042920-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
      "artifactChecksum": "MDk2YTM0Zjc5MGI3ZGZlMWFmYzYwYzlmY2ViZDIyMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "42fe193c-b56b-487c-b9e9-e7ba0cc409ac"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:33:10.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:33:10.490Z|6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9c6a9a2-65e7-45b3-ba86-75fcb293a972 ASDC
2022-03-12T04:33:10.491Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f6f7aba4-6e1c-4f26-9433-fe3493a58386
ServiceName:vFW 2022-03-12 04-29-20
ServiceVersion:1.0
ServiceUUID:e9c6a9a2-65e7-45b3-ba86-75fcb293a972
ServiceInvariantUUID:a7296b5e-6f4b-4402-8870-a6f6faa0c535
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312042920-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar
ArtifactUUID:42fe193c-b56b-487c-b9e9-e7ba0cc409ac
ArtifactChecksum:MDk2YTM0Zjc5MGI3ZGZlMWFmYzYwYzlmY2ViZDIyMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f0d1fd6-f313 0
ResourceCustomizationUUID:eab05bbd-1e92-44d9-bbe5-c205b09cf889
ResourceInvariantUUID:1f83926b-1125-41cb-a5c7-4e0009ca7ad5
ResourceName:vFW 4f0d1fd6-f313
ResourceType:VF
ResourceUUID:1add7f56-d965-4a97-99d0-71e7bf0bf983
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f0d1fd6f3130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json
ArtifactUUID:6840103f-b1b3-44a8-9281-10553dbac063
ArtifactChecksum:ZTU2YjQwY2ZhNDU5YjU3OTIyN2MyNmEwYmNmNjhlOWM=
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/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml
ArtifactUUID:23315a5f-5ebe-4772-9cc4-17229048d5bc
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/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env
ArtifactUUID:1c7573c7-746e-469d-8b42-9831c7b228d7
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/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env
ArtifactUUID:1c7573c7-746e-469d-8b42-9831c7b228d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:33:10.491Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9c6a9a2-65e7-45b3-ba86-75fcb293a972 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:33:10.517Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:33:10.517Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:33:10.517Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:33:10.517Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 42fe193c-b56b-487c-b9e9-e7ba0cc409ac from URL: /sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:10.517Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:33:10.518Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:10.570Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:33:10.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar 42fe193c-b56b-487c-b9e9-e7ba0cc409ac 98952
2022-03-12T04:33:10.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar ASDC sendASDCNotification
2022-03-12T04:33:10.578Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:10.578Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:33:10.578Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:10.580Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:10.580Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059590577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:33:10.680Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:10.681Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:10.681Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:10.689Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:10.689Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:11.580Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:33:11.581Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:33:11.582Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 42fe193c-b56b-487c-b9e9-e7ba0cc409ac, URL: /sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar to file: /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:11.582Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312042920-csar.csar
2022-03-12T04:33:11.583Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:11.583Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:11.821Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP559185526821362926/Definitions/service-Vfw20220312042920-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-12T04:33:13.304Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:33:13.304Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T04:33:13.304Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.304Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.305Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f0d1fd6-f313 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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.306Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||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-Vfw20220312042920-csar.csar
2022-03-12T04:33:13.306Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T04:33:13.306Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.306Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.306Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:13.306Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:33:13.307Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.308Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.309Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:13.310Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:33:13.311Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d068d8ce-f02e-42ab-9ec8-510199285d82
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.312Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93cb5aa4-3b52-433d-ad4a-2cc79bce6eae
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:33:13.313Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a63e3db3-47e7-4e35-a44b-fed949f72daa
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:13.314Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 04-29-20
Description:catalog service description
Model UUID:e9c6a9a2-65e7-45b3-ba86-75fcb293a972
Model Version:NULL
Model InvariantUuid:a7296b5e-6f4b-4402-8870-a6f6faa0c535
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4f0d1fd6-f313
Model UUID:bac9ce15-84a9-46ff-8d0d-fd6889735674
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f83926b-1125-41cb-a5c7-4e0009ca7ad5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eab05bbd-1e92-44d9-bbe5-c205b09cf889
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:96af625f-3d2e-4296-9c76-3a0c09631a12
ModelName:Vfw4f0d1fd6F313..base_vfw..module-0
ModelUuid:d25788e2-0248-4e7e-907a-9d70208bd54b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d068d8ce-f02e-42ab-9ec8-510199285d82
ModelInvariantUuid:8af72ec4-45da-4d79-bd12-90e4bc119992
ModelName:vFW 4f0d1fd6-f313-nodes.vfwCvfc
ModelUuid:cda5b558-d19a-4c1b-90fb-3dab4ddebf80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b15cc721-8fd0-4423-b65c-0822760e6bff
ModelInvariantUuid:46490639-214a-4fee-bcdb-fa400bc0e0fe
ModelName:Vfw4f0d1fd6F313.compute.nodes.heat.vfw
ModelUuid:85929d67-eee9-4bd0-8e28-12258b489d76
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:93cb5aa4-3b52-433d-ad4a-2cc79bce6eae
ModelInvariantUuid:0b987321-b1d8-40e0-8fe7-70a98d995329
ModelName:vFW 4f0d1fd6-f313-nodes.vsnCvfc
ModelUuid:2ef2d2f5-6219-4b25-ba10-375c220ad160
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6b7f01b8-51c5-4e0e-9f40-ddb295cf3c18
ModelInvariantUuid:3734e992-5179-4b82-b5a9-36a68d66baf4
ModelName:Vfw4f0d1fd6F313.compute.nodes.heat.vsn
ModelUuid:f295efda-c6eb-4889-8dc8-26094c081233
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a63e3db3-47e7-4e35-a44b-fed949f72daa
ModelInvariantUuid:c67474d1-2f5a-4c03-a1ce-744d995a0d80
ModelName:vFW 4f0d1fd6-f313-nodes.vpgCvfc
ModelUuid:bdfc1c5e-105d-4cc3-b22f-f5ba78f1bbc2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8f8f2dd2-fab5-4a8e-ac51-63447e3ec5f8
ModelInvariantUuid:18f13f36-d521-4ddf-909f-d81252e57cbe
ModelName:Vfw4f0d1fd6F313.compute.nodes.heat.vpg
ModelUuid:32357bce-8e78-43a5-b831-01ad780db735
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:33:13.320Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1add7f56-d965-4a97-99d0-71e7bf0bf983
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:33:13.324Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||vFW 4f0d1fd6-f313 0
2022-03-12T04:33:13.325Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1add7f56-d965-4a97-99d0-71e7bf0bf983
2022-03-12T04:33:13.325Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6840103f-b1b3-44a8-9281-10553dbac063 from URL: /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json
2022-03-12T04:33:13.325Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:33:13.325Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json
2022-03-12T04:33:13.669Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:33:13.669Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json 6840103f-b1b3-44a8-9281-10553dbac063 785
2022-03-12T04:33:13.670Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json ASDC sendASDCNotification
2022-03-12T04:33:13.670Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json
2022-03-12T04:33:13.670Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:33:13.670Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:13.672Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:13.673Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059593670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:33:13.773Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:13.774Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:13.774Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:13.781Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:13.781Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:33:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:33:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:14.673Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f0d1fd6F313..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "96af625f-3d2e-4296-9c76-3a0c09631a12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d25788e2-0248-4e7e-907a-9d70208bd54b",
    "vfModuleModelCustomizationUUID": "837484d0-893d-4bfc-b5e4-9b5d457ad8ca",
    "isBase": true,
    "artifacts": [
      "23315a5f-5ebe-4772-9cc4-17229048d5bc",
      "1c7573c7-746e-469d-8b42-9831c7b228d7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:33:14.677Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f0d1fd6F313..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d25788e2-0248-4e7e-907a-9d70208bd54b
VfModuleModelInvariantUUID:96af625f-3d2e-4296-9c76-3a0c09631a12
VfModuleModelDescription:NULL
Artifacts UUID List:{
23315a5f-5ebe-4772-9cc4-17229048d5bc
,
1c7573c7-746e-469d-8b42-9831c7b228d7

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:33:14.680Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f0d1fd6F313..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "96af625f-3d2e-4296-9c76-3a0c09631a12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d25788e2-0248-4e7e-907a-9d70208bd54b",
    "vfModuleModelCustomizationUUID": "837484d0-893d-4bfc-b5e4-9b5d457ad8ca",
    "isBase": true,
    "artifacts": [
      "23315a5f-5ebe-4772-9cc4-17229048d5bc",
      "1c7573c7-746e-469d-8b42-9831c7b228d7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:33:14.680Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f0d1fd6F313..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d25788e2-0248-4e7e-907a-9d70208bd54b
VfModuleModelInvariantUUID:96af625f-3d2e-4296-9c76-3a0c09631a12
VfModuleModelDescription:NULL
Artifacts UUID List:{
23315a5f-5ebe-4772-9cc4-17229048d5bc
,
1c7573c7-746e-469d-8b42-9831c7b228d7

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:33:14.680Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 23315a5f-5ebe-4772-9cc4-17229048d5bc from URL: /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml
2022-03-12T04:33:14.680Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:33:14.681Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml
2022-03-12T04:33:14.967Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:33:14.968Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml 23315a5f-5ebe-4772-9cc4-17229048d5bc 20368
2022-03-12T04:33:14.968Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:33:14.968Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml
2022-03-12T04:33:14.969Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:33:14.969Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:14.970Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:14.971Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059594968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:33:15.071Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:15.072Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:15.072Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:15.081Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:15.081Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:15.091Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:15.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059577720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6357dc51-cc1b-4fa9-8abc-ff6d2612a2fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a347a203-e949-443d-999c-8d45c6b51415/model-vers/model-ver/036bd1b0-6b66-4bb7-b590-99c096cfcf0f) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:33:15.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:33:15.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:33:15.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:33:15.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:33:15.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:33:15.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:33:15.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:33:15.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059578737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:33:15.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:33:15.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059590577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:33:15.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:33:15.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:33:15.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059593670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:33:15.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:33:15.971Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1c7573c7-746e-469d-8b42-9831c7b228d7 from URL: /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env
2022-03-12T04:33:15.972Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:33:15.972Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env
2022-03-12T04:33:16.359Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:33:16.360Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env 1c7573c7-746e-469d-8b42-9831c7b228d7 2098
2022-03-12T04:33:16.360Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:33:16.360Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env
2022-03-12T04:33:16.360Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:33:16.361Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:16.363Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:16.364Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059596360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:33:16.464Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:16.465Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:16.465Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:16.474Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:16.474Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:17.364Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e9c6a9a2-65e7-45b3-ba86-75fcb293a972
2022-03-12T04:33:17.365Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f0d1fd6-f313 0 1add7f56-d965-4a97-99d0-71e7bf0bf983 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:33:17.376Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6490cc, org.onap.sdc.toscaparser.api.parameters.Input@765a78fd, org.onap.sdc.toscaparser.api.parameters.Input@1fdab289, org.onap.sdc.toscaparser.api.parameters.Input@23686566, org.onap.sdc.toscaparser.api.parameters.Input@72e6337]
2022-03-12T04:33:17.378Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.378Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.378Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:33:17.378Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= eab05bbd-1e92-44d9-bbe5-c205b09cf889
2022-03-12T04:33:17.378Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eab05bbd-1e92-44d9-bbe5-c205b09cf889 matches Tosca VF Customization UUID: eab05bbd-1e92-44d9-bbe5-c205b09cf889
2022-03-12T04:33:17.378Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: eab05bbd-1e92-44d9-bbe5-c205b09cf889  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:33:17.380Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.380Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.380Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id eab05bbd-1e92-44d9-bbe5-c205b09cf889: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T04:33:17.380Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8b1c5bf
2022-03-12T04:33:17.381Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.381Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:33:17.381Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 837484d0-893d-4bfc-b5e4-9b5d457ad8ca
2022-03-12T04:33:17.381Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 837484d0-893d-4bfc-b5e4-9b5d457ad8ca
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:33:17.382Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:17.383Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.384Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d068d8ce-f02e-42ab-9ec8-510199285d82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:17.386Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.387Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93cb5aa4-3b52-433d-ad4a-2cc79bce6eae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is not matching search criteria
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.389Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:33:17.390Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a63e3db3-47e7-4e35-a44b-fed949f72daa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:33:17.391Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.392Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:17.392Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:33:17.392Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.392Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Node template vFW 4f0d1fd6-f313 0 is matching search criteria
2022-03-12T04:33:17.392Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4f0d1fd6-f313 0] matching following query criteria: sdcType=VF, customizationUUID=eab05bbd-1e92-44d9-bbe5-c205b09cf889
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:33:17.393Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.393Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.393Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e9c6a9a2-65e7-45b3-ba86-75fcb293a972: vFW 4f0d1fd6-f313
2022-03-12T04:33:17.393Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.393Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:33:17.394Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-12 04-29-20 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:33:17.527Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f0d1fd6-f313 1add7f56-d965-4a97-99d0-71e7bf0bf983 1 ASDC deployResourceStructure
2022-03-12T04:33:17.527Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json ASDC sendASDCNotification
2022-03-12T04:33:17.527Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json
2022-03-12T04:33:17.528Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:33:17.528Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:17.529Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:17.529Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059597527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:33:17.630Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:33:17.630Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:17.631Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:17.639Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:17.639Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:18.530Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:33:18.531Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml
2022-03-12T04:33:18.531Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:33:18.531Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:18.533Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:18.533Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059598530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:33:18.633Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:33:18.634Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:18.634Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:18.642Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:18.642Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:19.534Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:33:19.535Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env
2022-03-12T04:33:19.535Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:33:19.535Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:19.537Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:19.537Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059599534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:33:19.637Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:19.638Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:19.638Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:19.646Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:19.647Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:33:20.537Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar ASDC sendASDCNotification
2022-03-12T04:33:20.538Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar
2022-03-12T04:33:20.538Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:33:20.538Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:33:20.540Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:33:20.540Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059600537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:33:20.641Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:33:20.641Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:33:20.642Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:33:20.649Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:33:20.650Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:33:21.541Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:33:21.550Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:33:21.552Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:33:21.552Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:33:21.552Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:33:21.552Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:33:51.553Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:33:51.563Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:33:51.565Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:33:51.565Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:33:51.565Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:33:51.565Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:34:14.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:34:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:34:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:34:14.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:34:14.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:34:14.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059594968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:34:14.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:34:21.565Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:34:21.575Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:34:21.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:34:21.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:34:21.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:34:21.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:34:51.577Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:34:51.585Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:34:51.587Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:34:51.588Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:34:51.588Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:34:51.588Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:35:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:35:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:35:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:35:15.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:35:15.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:35:15.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059596360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:35:15.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059597527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/vfw4f0d1fd6f3130_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059598530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059599534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/resourceInstances/vfw4f0d1fd6f3130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059600537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312042920/1.0/artifacts/service-Vfw20220312042920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:35:15.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:35:21.588Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:35:21.597Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:35:21.599Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:35:21.599Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:35:21.599Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:35:21.599Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:35:51.600Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:35:51.610Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:35:51.612Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:35:51.612Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:35:51.612Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:35:51.612Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:36:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:36:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:36:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:36:21.612Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:36:21.622Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:36:21.624Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:36:21.624Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:36:21.624Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:36:21.625Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:36:24.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:36:51.625Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:36:51.633Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:36:51.634Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:36:51.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:36:51.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:36:51.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:37:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:37:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:37:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:37:21.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:37:21.645Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:37:21.647Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:37:21.647Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:37:21.647Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:37:21.647Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:37:24.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:37:51.647Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:37:51.657Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:37:51.659Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:37:51.659Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:37:51.659Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:37:51.659Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:38:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:38:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:38:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:38:21.659Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T04:38:21.660Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T04:38:21.664Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6f7aba4-6e1c-4f26-9433-fe3493a58386 and serviceModelVersionId: e9c6a9a2-65e7-45b3-ba86-75fcb293a972
2022-03-12T04:38:21.664Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7296b5e-6f4b-4402-8870-a6f6faa0c535
2022-03-12T04:38:21.665Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0
2022-03-12T04:38:21.672Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:38:21.702Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0|INFO|500||Invoke
2022-03-12T04:38:21.703Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6f7aba4-6e1c-4f26-9433-fe3493a58386], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[893f40f2-5eda-40e9-b781-0b65be478f22], X-ECOMP-RequestID=[f6f7aba4-6e1c-4f26-9433-fe3493a58386], X-TransactionId=[], X-ONAP-RequestID=[f6f7aba4-6e1c-4f26-9433-fe3493a58386], Content-Type=[application/merge-patch+json]}
2022-03-12T04:38:21.721Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T04:38:21.759Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?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/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-04:38:21:732-11697], Content-Length=[495], Date=[Sat, 12 Mar 2022 04:38:21 GMT], Content-Type=[application/json]}
2022-03-12T04:38:21.760Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?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/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972","ERR.5.4.6114"]}}}

2022-03-12T04:38:21.761Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T04:38:21.765Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (ec=ERR.5.4.6114)
2022-03-12T04:38:21.765Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (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-03-12T04:38:21.765Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (ec=ERR.5.4.6114)
2022-03-12T04:38:21.765Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (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-03-12T04:38:21.769Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T04:38:21.769Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6f7aba4-6e1c-4f26-9433-fe3493a58386 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (ec=ERR.5.4.6114)
2022-03-12T04:38:21.769Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T04:38:21.770Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:38:21.771Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:38:21.771Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059901769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:38:21.871Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:38:21.872Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:38:21.872Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:38:21.881Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:38:21.881Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:38:22.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:38:22.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-12T04:38:22.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6f7aba4-6e1c-4f26-9433-fe3493a58386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059901769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df6f7aba4-6e1c-4f26-9433-fe3493a58386 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a7296b5e-6f4b-4402-8870-a6f6faa0c535/model-vers/model-ver/e9c6a9a2-65e7-45b3-ba86-75fcb293a972) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:38:22.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:38:22.782Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:38:22.782Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:38:22.782Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:38:33.181Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:38:33.181Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:38:33.182Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:38:33.182Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:38:42.719Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:38:42.720Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:38:42.721Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:38:42.721Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:38:52.257Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:38:52.258Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:38:52.258Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:38:52.258Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:01.791Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:01.792Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:39:01.792Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:39:01.792Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:09.621Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:09.622Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-12T04:39:09.622Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e82c5eb-7649-4b48-8eb1-565a9ab25f12","serviceName":"vFW 2022-03-12 04-38-02","serviceVersion":"1.0","serviceUUID":"2a1a6050-3685-48fc-98a6-8be9394ce805","serviceDescription":"catalog service description","serviceInvariantUUID":"7e8e0e77-46b3-4c9c-8112-1771da841f5e","resources":[{"resourceInstanceName":"vFW 1ccdfe97-0ab2 0","resourceName":"vFW 1ccdfe97-0ab2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07571f96-9238-4850-9981-d62cca0edc77","resourceInvariantUUID":"e2bae7f1-cb23-45c0-968e-5a9178c56c48","resourceCustomizationUUID":"a4319a11-27e4-4410-a7ad-b17e5c23774b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml","artifactChecksum":"MDYxM2Y5YTA1NDNhNGRlYzZmYjUyZTZkN2U0NTNkODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"791f677b-bf53-439c-b0ff-f21e86006446","artifactVersion":"1"},{"artifactName":"vfw1ccdfe970ab20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json","artifactChecksum":"ODE3YzkzNWFhOTg1M2Y3ZWJjZTQyODNhODMwOTcwZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"72ea272e-6481-49e1-85f2-f1d78426f652","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dec9c89b-975a-4565-856f-afc966e4ff37","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml","artifactChecksum":"YWI5OTYyZWU0MmI5ZjViNDA1ZjU0YjIwZTZiZjk1NjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78414a70-d5ee-4fb0-bd71-f630e23c0198","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8325684b-71f3-4637-b502-ebf44df76d5b","artifactVersion":"2","generatedFromUUID":"dec9c89b-975a-4565-856f-afc966e4ff37"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312043802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml","artifactChecksum":"YTY2MmQ0YmQxNWIzYzFmZDI4YzczZjk5ZGVjOGVhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf9abeb9-ba3b-4825-9a89-460d6b55e05c","artifactVersion":"1"},{"artifactName":"service-Vfw20220312043802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar","artifactChecksum":"MjQ2MWFiOTM4ZGY5NGRlYmU0ZmMyZjFjZDczZDQ0ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c248e24-ab73-4d2e-8fcd-4ba973115d9b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:39:09.625Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:09.625Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:09.627Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:09.627Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:09.727Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:39:09.728Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:09.728Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:09.739Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:09.740Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:10.628Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:10.629Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:10.631Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:10.631Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:39:10.731Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:10.732Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:10.732Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:10.739Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:10.740Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:11.632Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:11.632Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:11.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:11.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:39:11.735Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:11.735Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:11.736Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:11.742Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:11.742Z||pool-69-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:12.635Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:12.636Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:12.638Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:12.638Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:12.739Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:39:12.739Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:12.739Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:12.747Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:12.747Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:13.639Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:13.640Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:13.642Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:13.642Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:39:13.742Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:13.743Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:13.743Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:13.751Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:13.751Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:14.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:39:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:39:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:14.642Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:14.644Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:14.645Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:14.646Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.705Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:14.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:39:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:39:14.746Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:14.747Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:14.747Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:14.754Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:14.754Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:15.646Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:39:15.647Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:15.650Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:15.650Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:39:15.750Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:15.751Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:15.751Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:15.759Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:15.759Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:16.651Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "serviceName": "vFW 2022-03-12 04-38-02",
  "serviceVersion": "1.0",
  "serviceUUID": "2a1a6050-3685-48fc-98a6-8be9394ce805",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7e8e0e77-46b3-4c9c-8112-1771da841f5e",
  "resources": [
    {
      "resourceInstanceName": "vFW 1ccdfe97-0ab2 0",
      "resourceCustomizationUUID": "a4319a11-27e4-4410-a7ad-b17e5c23774b",
      "resourceName": "vFW 1ccdfe97-0ab2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07571f96-9238-4850-9981-d62cca0edc77",
      "resourceInvariantUUID": "e2bae7f1-cb23-45c0-968e-5a9178c56c48",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1ccdfe970ab20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
          "artifactChecksum": "ODE3YzkzNWFhOTg1M2Y3ZWJjZTQyODNhODMwOTcwZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "72ea272e-6481-49e1-85f2-f1d78426f652",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dec9c89b-975a-4565-856f-afc966e4ff37",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8325684b-71f3-4637-b502-ebf44df76d5b",
            "generatedFromUUID": "dec9c89b-975a-4565-856f-afc966e4ff37"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8325684b-71f3-4637-b502-ebf44df76d5b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312043802-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
      "artifactChecksum": "MjQ2MWFiOTM4ZGY5NGRlYmU0ZmMyZjFjZDczZDQ0ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c248e24-ab73-4d2e-8fcd-4ba973115d9b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:39:16.651Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:39:16.652Z|f6f7aba4-6e1c-4f26-9433-fe3493a58386|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a1a6050-3685-48fc-98a6-8be9394ce805 ASDC
2022-03-12T04:39:16.652Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5e82c5eb-7649-4b48-8eb1-565a9ab25f12
ServiceName:vFW 2022-03-12 04-38-02
ServiceVersion:1.0
ServiceUUID:2a1a6050-3685-48fc-98a6-8be9394ce805
ServiceInvariantUUID:7e8e0e77-46b3-4c9c-8112-1771da841f5e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312043802-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar
ArtifactUUID:7c248e24-ab73-4d2e-8fcd-4ba973115d9b
ArtifactChecksum:MjQ2MWFiOTM4ZGY5NGRlYmU0ZmMyZjFjZDczZDQ0ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1ccdfe97-0ab2 0
ResourceCustomizationUUID:a4319a11-27e4-4410-a7ad-b17e5c23774b
ResourceInvariantUUID:e2bae7f1-cb23-45c0-968e-5a9178c56c48
ResourceName:vFW 1ccdfe97-0ab2
ResourceType:VF
ResourceUUID:07571f96-9238-4850-9981-d62cca0edc77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1ccdfe970ab20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json
ArtifactUUID:72ea272e-6481-49e1-85f2-f1d78426f652
ArtifactChecksum:ODE3YzkzNWFhOTg1M2Y3ZWJjZTQyODNhODMwOTcwZmE=
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/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml
ArtifactUUID:dec9c89b-975a-4565-856f-afc966e4ff37
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/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env
ArtifactUUID:8325684b-71f3-4637-b502-ebf44df76d5b
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/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env
ArtifactUUID:8325684b-71f3-4637-b502-ebf44df76d5b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:39:16.652Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a1a6050-3685-48fc-98a6-8be9394ce805 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:39:16.674Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:39:16.674Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:39:16.675Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:39:16.675Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c248e24-ab73-4d2e-8fcd-4ba973115d9b from URL: /sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:16.675Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:39:16.675Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:16.874Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:39:16.880Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar 7c248e24-ab73-4d2e-8fcd-4ba973115d9b 98941
2022-03-12T04:39:16.880Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar ASDC sendASDCNotification
2022-03-12T04:39:16.880Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:16.881Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:39:16.881Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:16.883Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:16.883Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059956880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:39:16.983Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:16.984Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:16.984Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:16.992Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:16.992Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:17.883Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:39:17.884Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T04:39:17.885Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7c248e24-ab73-4d2e-8fcd-4ba973115d9b, URL: /sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar to file: /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:17.885Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312043802-csar.csar
2022-03-12T04:39:17.885Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:17.885Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:18.251Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3323286613157067291/Definitions/service-Vfw20220312043802-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-12T04:39:19.705Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:39:19.705Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T04:39:19.705Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1ccdfe97-0ab2 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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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-Vfw20220312043802-csar.csar
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T04:39:19.706Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T04:39:19.707Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.708Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.709Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.710Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.711Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=732747ec-c86f-4d93-b4a3-89af3416b217
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:39:19.712Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a340f95b-38bb-4eb3-a87d-8a49ab6a6cd2
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.713Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6033f824-6626-4523-b8e1-0ee04328f1b3
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.715Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:19.715Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:19.715Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 04-38-02
Description:catalog service description
Model UUID:2a1a6050-3685-48fc-98a6-8be9394ce805
Model Version:NULL
Model InvariantUuid:7e8e0e77-46b3-4c9c-8112-1771da841f5e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1ccdfe97-0ab2
Model UUID:b76bc0cc-13fc-495e-b84a-aaa39e34a282
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2bae7f1-cb23-45c0-968e-5a9178c56c48
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4319a11-27e4-4410-a7ad-b17e5c23774b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad27e736-77fa-4cf8-b7e0-90fed669fa27
ModelName:Vfw1ccdfe970ab2..base_vfw..module-0
ModelUuid:7d802a9b-620c-4741-aeee-d21cfbd6eb63
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:732747ec-c86f-4d93-b4a3-89af3416b217
ModelInvariantUuid:bd991346-f7e7-458f-9346-5070ecc2aa8a
ModelName:vFW 1ccdfe97-0ab2-nodes.vfwCvfc
ModelUuid:d33e6b0c-19c4-4875-bf4e-0f52648e9f3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0978664e-d502-4fc0-b093-10e0abb455f1
ModelInvariantUuid:14658b24-632f-41af-b224-530383e2f318
ModelName:Vfw1ccdfe970ab2.compute.nodes.heat.vfw
ModelUuid:837a7ee1-b721-4de7-b2d9-5f29ce3b67bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a340f95b-38bb-4eb3-a87d-8a49ab6a6cd2
ModelInvariantUuid:4084c256-8f38-4cd6-a627-dd34cb21f41c
ModelName:vFW 1ccdfe97-0ab2-nodes.vsnCvfc
ModelUuid:acdf1638-26ce-4947-bd89-4973e3fff5ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2315c0a0-7a35-4944-a12d-e2fd74adea2f
ModelInvariantUuid:b2863617-b37f-4599-a4c4-7642a3a2949a
ModelName:Vfw1ccdfe970ab2.compute.nodes.heat.vsn
ModelUuid:784acf70-4e8a-4737-a4d2-ecb82b1ae411
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6033f824-6626-4523-b8e1-0ee04328f1b3
ModelInvariantUuid:b9214f6f-ae28-4c6d-bd29-2f01c7d7bb04
ModelName:vFW 1ccdfe97-0ab2-nodes.vpgCvfc
ModelUuid:4e08e7ca-3dad-42b8-a867-0ed38d892de0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dd7ddb2c-7e30-4480-b3fa-d9f9fcfc5ec3
ModelInvariantUuid:56cf8186-9496-4ca3-a9f6-af4bd22b5eae
ModelName:Vfw1ccdfe970ab2.compute.nodes.heat.vpg
ModelUuid:b1ebf47c-5169-4988-825a-b139350befae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:39:19.720Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 07571f96-9238-4850-9981-d62cca0edc77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:39:19.722Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||vFW 1ccdfe97-0ab2 0
2022-03-12T04:39:19.722Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07571f96-9238-4850-9981-d62cca0edc77
2022-03-12T04:39:19.723Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 72ea272e-6481-49e1-85f2-f1d78426f652 from URL: /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json
2022-03-12T04:39:19.723Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:39:19.723Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json
2022-03-12T04:39:20.071Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:39:20.072Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json 72ea272e-6481-49e1-85f2-f1d78426f652 785
2022-03-12T04:39:20.072Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json ASDC sendASDCNotification
2022-03-12T04:39:20.072Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json
2022-03-12T04:39:20.072Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:39:20.072Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:20.074Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:20.074Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059960072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:39:20.175Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:20.176Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:20.176Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:20.183Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:20.184Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:21.075Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1ccdfe970ab2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ad27e736-77fa-4cf8-b7e0-90fed669fa27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d802a9b-620c-4741-aeee-d21cfbd6eb63",
    "vfModuleModelCustomizationUUID": "47166d52-bd00-4739-89cd-3fe32f4c8e43",
    "isBase": true,
    "artifacts": [
      "dec9c89b-975a-4565-856f-afc966e4ff37",
      "8325684b-71f3-4637-b502-ebf44df76d5b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:39:21.079Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1ccdfe970ab2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d802a9b-620c-4741-aeee-d21cfbd6eb63
VfModuleModelInvariantUUID:ad27e736-77fa-4cf8-b7e0-90fed669fa27
VfModuleModelDescription:NULL
Artifacts UUID List:{
dec9c89b-975a-4565-856f-afc966e4ff37
,
8325684b-71f3-4637-b502-ebf44df76d5b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:39:21.081Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1ccdfe970ab2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ad27e736-77fa-4cf8-b7e0-90fed669fa27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d802a9b-620c-4741-aeee-d21cfbd6eb63",
    "vfModuleModelCustomizationUUID": "47166d52-bd00-4739-89cd-3fe32f4c8e43",
    "isBase": true,
    "artifacts": [
      "dec9c89b-975a-4565-856f-afc966e4ff37",
      "8325684b-71f3-4637-b502-ebf44df76d5b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:39:21.081Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1ccdfe970ab2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d802a9b-620c-4741-aeee-d21cfbd6eb63
VfModuleModelInvariantUUID:ad27e736-77fa-4cf8-b7e0-90fed669fa27
VfModuleModelDescription:NULL
Artifacts UUID List:{
dec9c89b-975a-4565-856f-afc966e4ff37
,
8325684b-71f3-4637-b502-ebf44df76d5b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:39:21.082Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dec9c89b-975a-4565-856f-afc966e4ff37 from URL: /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml
2022-03-12T04:39:21.082Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:39:21.082Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml
2022-03-12T04:39:21.257Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:39:21.258Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml dec9c89b-975a-4565-856f-afc966e4ff37 20368
2022-03-12T04:39:21.259Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:39:21.259Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml
2022-03-12T04:39:21.259Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:39:21.260Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:21.262Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:21.262Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059961259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:39:21.362Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:39:21.363Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:21.363Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:21.371Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:21.371Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:22.263Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8325684b-71f3-4637-b502-ebf44df76d5b from URL: /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env
2022-03-12T04:39:22.264Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T04:39:22.264Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env
2022-03-12T04:39:22.551Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T04:39:22.552Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env 8325684b-71f3-4637-b502-ebf44df76d5b 2098
2022-03-12T04:39:22.552Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:39:22.552Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env
2022-03-12T04:39:22.552Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:39:22.552Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:22.554Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:22.554Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059962552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:39:22.654Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:22.655Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:22.655Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:22.663Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:22.663Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:23.554Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2a1a6050-3685-48fc-98a6-8be9394ce805
2022-03-12T04:39:23.555Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1ccdfe97-0ab2 0 07571f96-9238-4850-9981-d62cca0edc77 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:39:23.572Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9f5d863, org.onap.sdc.toscaparser.api.parameters.Input@4b2e5beb, org.onap.sdc.toscaparser.api.parameters.Input@51b05291, org.onap.sdc.toscaparser.api.parameters.Input@21ff1619, org.onap.sdc.toscaparser.api.parameters.Input@66ef485]
2022-03-12T04:39:23.573Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.573Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.573Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:39:23.573Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a4319a11-27e4-4410-a7ad-b17e5c23774b
2022-03-12T04:39:23.573Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4319a11-27e4-4410-a7ad-b17e5c23774b matches Tosca VF Customization UUID: a4319a11-27e4-4410-a7ad-b17e5c23774b
2022-03-12T04:39:23.573Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a4319a11-27e4-4410-a7ad-b17e5c23774b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:39:23.575Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.575Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.576Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a4319a11-27e4-4410-a7ad-b17e5c23774b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T04:39:23.576Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35c77352
2022-03-12T04:39:23.576Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.576Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:39:23.576Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47166d52-bd00-4739-89cd-3fe32f4c8e43
2022-03-12T04:39:23.576Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47166d52-bd00-4739-89cd-3fe32f4c8e43
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:23.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:23.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:39:23.580Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:23.580Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:39:23.580Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.580Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=732747ec-c86f-4d93-b4a3-89af3416b217
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:39:23.581Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a340f95b-38bb-4eb3-a87d-8a49ab6a6cd2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:39:23.585Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.585Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:23.585Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:23.585Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.585Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:39:23.586Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:39:23.587Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:39:23.587Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6033f824-6626-4523-b8e1-0ee04328f1b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:39:23.588Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.588Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:23.588Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:39:23.588Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.588Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Node template vFW 1ccdfe97-0ab2 0 is matching search criteria
2022-03-12T04:39:23.588Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1ccdfe97-0ab2 0] matching following query criteria: sdcType=VF, customizationUUID=a4319a11-27e4-4410-a7ad-b17e5c23774b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:39:23.589Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2a1a6050-3685-48fc-98a6-8be9394ce805: vFW 1ccdfe97-0ab2
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.590Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:39:23.591Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-12 04-38-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:39:23.591Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-12 04-38-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:39:23.725Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1ccdfe97-0ab2 07571f96-9238-4850-9981-d62cca0edc77 1 ASDC deployResourceStructure
2022-03-12T04:39:23.725Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json ASDC sendASDCNotification
2022-03-12T04:39:23.725Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json
2022-03-12T04:39:23.725Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:39:23.725Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:23.727Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:23.727Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059963725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:39:23.827Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:23.828Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:23.828Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:23.836Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:23.836Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:24.727Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:39:24.728Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml
2022-03-12T04:39:24.728Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:39:24.729Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:24.731Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:24.732Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059964727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:39:24.831Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:39:24.832Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:24.832Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:24.840Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:24.841Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:25.732Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:39:25.733Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env
2022-03-12T04:39:25.733Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:39:25.733Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:25.735Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:25.736Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059965732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:39:25.836Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:25.836Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:25.837Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:25.844Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:25.844Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:26.736Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar ASDC sendASDCNotification
2022-03-12T04:39:26.737Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar
2022-03-12T04:39:26.737Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:39:26.737Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:39:26.740Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:39:26.740Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059966736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:39:26.840Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:39:26.840Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:39:26.841Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:39:26.848Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:39:26.849Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:39:27.740Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:39:27.750Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:39:27.752Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:39:27.753Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:39:27.753Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:39:57.753Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:39:57.762Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:39:57.764Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:39:57.764Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:39:57.764Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:40:14.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:40:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:40:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:40:14.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:40:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:40:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:40:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:40:27.764Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:40:27.773Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:40:27.775Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:40:27.775Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:40:27.775Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:40:57.775Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:40:57.784Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:40:57.786Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:40:57.787Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:40:57.787Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:41:14.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:41:14.584Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:41:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:41:14.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:41:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:41:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:41:14.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:41:14.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:41:14.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:41:14.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:41:14.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:41:14.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:41:14.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:41:27.787Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:41:27.797Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:41:27.799Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:41:27.799Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:41:27.799Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:41:57.799Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:41:57.808Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:41:57.811Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:41:57.811Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:41:57.811Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:42:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:42:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:42:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:42:15.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:42:15.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059943120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059943873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647059943318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059942078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059941792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059956880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059957059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059957075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059958371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059959658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059953222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059960044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059960072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059960681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:42:15.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
2022-03-12T04:42:15.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059954206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059960975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059961259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647059961684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059961978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059962052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059962060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059962552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:42:15.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "policy-id",
  "timestamp": 1647059962981,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:42:15.128Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
2022-03-12T04:42:15.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:42:15.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "clamp",
  "timestamp": 1647059963055,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:42:15.137Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
2022-03-12T04:42:15.137Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:42:15.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "cds",
  "timestamp": 1647059963065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:42:15.147Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
2022-03-12T04:42:15.147Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:42:15.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059963725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/vfw1ccdfe970ab20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059964225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059964727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "aai-ml",
  "timestamp": 1647059965229,
  "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-03-12T04:42:15.158Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
2022-03-12T04:42:15.158Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:42:15.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059965732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/resourceInstances/vfw1ccdfe970ab20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:15.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:42:15.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647059966736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312043802/1.0/artifacts/service-Vfw20220312043802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:42:15.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:42:27.811Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:42:27.821Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:42:27.824Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:42:27.824Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:42:27.824Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:42:27.824Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:42:57.825Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:42:57.835Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:42:57.837Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:42:57.838Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:42:57.838Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:42:57.838Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:43:14.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:43:14.584Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:43:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:43:24.127Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:43:27.838Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:43:27.848Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:43:27.850Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:43:27.850Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:43:27.850Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:43:27.850Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:43:57.851Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:43:57.860Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:43:57.863Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:43:57.863Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:43:57.863Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:43:57.863Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:44:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:44:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:44:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:44:24.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:44:27.864Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T04:44:27.864Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T04:44:27.869Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and serviceModelVersionId: 2a1a6050-3685-48fc-98a6-8be9394ce805
2022-03-12T04:44:27.869Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e8e0e77-46b3-4c9c-8112-1771da841f5e
2022-03-12T04:44:27.871Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805?depth=0
2022-03-12T04:44:27.876Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:44:27.907Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T04:44:27.907Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805?depth=0|INFO|500||Invoke
2022-03-12T04:44:27.925Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T04:44:27.961Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T04:44:27.962Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-04:44:27:936-26290], Content-Length=[495], Date=[Sat, 12 Mar 2022 04:44:27 GMT], Content-Type=[application/json]}
2022-03-12T04:44:27.963Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||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/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805","ERR.5.4.6114"]}}}

2022-03-12T04:44:27.968Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (ec=ERR.5.4.6114)
2022-03-12T04:44:27.968Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (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-03-12T04:44:27.968Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (ec=ERR.5.4.6114)
2022-03-12T04:44:27.968Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (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-03-12T04:44:27.972Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T04:44:27.972Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e82c5eb-7649-4b48-8eb1-565a9ab25f12 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (ec=ERR.5.4.6114)
2022-03-12T04:44:27.972Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T04:44:27.972Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:44:27.974Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:44:27.974Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060267972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:44:28.074Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:44:28.075Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:44:28.075Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:44:28.083Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:44:28.084Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:44:28.985Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:44:28.985Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:44:28.985Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:44:39.282Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:44:39.283Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:44:39.283Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:44:39.283Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:44:48.822Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:44:48.823Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:44:48.823Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:44:48.823Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:44:58.361Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:44:58.362Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:44:58.363Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:44:58.363Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:07.897Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:07.897Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:07.898Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:07.898Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:14.582Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:15.205Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:15.205Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T04:45:15.205Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e82c5eb-7649-4b48-8eb1-565a9ab25f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060267972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5e82c5eb-7649-4b48-8eb1-565a9ab25f12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7e8e0e77-46b3-4c9c-8112-1771da841f5e/model-vers/model-ver/2a1a6050-3685-48fc-98a6-8be9394ce805) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:45:15.206Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:45:17.432Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:17.432Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:17.432Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:17.433Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:26.972Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:26.972Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:26.973Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:26.973Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:36.509Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:36.510Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:36.510Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:36.510Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:46.046Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:46.046Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:46.046Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:46.046Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:45:55.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:45:55.578Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:45:55.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:45:55.579Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:05.114Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:05.114Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:05.114Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:05.115Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:14.646Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:14.647Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:14.647Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:14.647Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:24.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:24.179Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:24.180Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:24.180Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:24.180Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:33.714Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:33.714Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:33.715Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:33.715Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:43.254Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:43.255Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:43.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:43.255Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:46:52.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:46:52.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:46:52.798Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:46:52.798Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:47:02.334Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:47:02.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:47:02.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:47:02.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:47:11.868Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:47:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:47:14.581Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:47:14.581Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:47:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:47:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:47:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:47:24.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:47:24.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:14.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:48:14.581Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:48:14.581Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:48:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:48:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:15.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:15.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"18bf2a50-302f-40c0-91a1-7d151505b97f","serviceName":"vFW 2022-03-12 04-46-16","serviceVersion":"1.0","serviceUUID":"84d0e997-cd29-41fa-bc9b-53fad095dcaf","serviceDescription":"catalog service description","serviceInvariantUUID":"93c69582-36c5-429f-af2b-322aaa18fd2c","resources":[{"resourceInstanceName":"vFW 919541a6-0426 0","resourceName":"vFW 919541a6-0426","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efae7805-993f-4890-af50-06c2169b2288","resourceInvariantUUID":"c3ddc9a3-a627-4b1e-8a02-808c7d6e8b90","resourceCustomizationUUID":"3f6f0aed-dcab-4b27-a40c-10196d153662","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml","artifactChecksum":"ZTc5ODY5ZmRlZTBmMmY1ODE2MTczMGIwYzNhNzM3NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59686322-47f2-4f23-a567-4788d74a3cb1","artifactVersion":"1"},{"artifactName":"vfw919541a604260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json","artifactChecksum":"ODYyMzU5NmMyNjE3MmQwZTk0ZWZkZDczNjY0MjcxZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ededcc1-12b2-406b-81c8-c37ef520a531","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6e2dba5b-91dd-4093-a07e-b23d6c9545f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml","artifactChecksum":"MzgyNjliZWMyNTAwMTI5M2Y4YTc0NTViOWYyYzZjMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20dc2837-2756-4a92-a340-f1cdfabf9ef5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9ef0b1bb-296a-41e6-bf95-f394b293889f","artifactVersion":"2","generatedFromUUID":"6e2dba5b-91dd-4093-a07e-b23d6c9545f4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312044616-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml","artifactChecksum":"NWY4MWJkNTNkY2UzYTBkZjgxZThmMzQ0NmNlZDIwNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3eefcede-c4ae-4fb0-808b-682d9ca1b3f3","artifactVersion":"1"},{"artifactName":"service-Vfw20220312044616-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar","artifactChecksum":"OTU2OTk1MTk3ZjBkOWNhNzQ5N2FlNTQ2YWVhOWRiZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05136a58-4813-4bfc-a928-4bf75e785fc9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:48:15.208Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:15.208Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:15.208Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:15.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.209Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:15.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.209Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060443120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647060443318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060455406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060449206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060456449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060456930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060457489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "cds",
  "timestamp": 1647060457935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:48:15.226Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18bf2a50-302f-40c0-91a1-7d151505b97f
2022-03-12T04:48:15.226Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18bf2a50-302f-40c0-91a1-7d151505b97f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:48:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060458514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:48:15.238Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18bf2a50-302f-40c0-91a1-7d151505b97f
2022-03-12T04:48:15.238Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18bf2a50-302f-40c0-91a1-7d151505b97f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:48:15.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060452078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647060459516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060453222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060453873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060460933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060461573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060461937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:48:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "policy-id",
  "timestamp": 1647060462940,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:48:15.249Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18bf2a50-302f-40c0-91a1-7d151505b97f
2022-03-12T04:48:15.249Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18bf2a50-302f-40c0-91a1-7d151505b97f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:48:15.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060468684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T04:48:15.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "aai-ml",
  "timestamp": 1647060469687,
  "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-03-12T04:48:15.258Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 18bf2a50-302f-40c0-91a1-7d151505b97f
2022-03-12T04:48:15.258Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18bf2a50-302f-40c0-91a1-7d151505b97f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060470095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060472102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:48:15.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "clamp",
  "timestamp": 1647060473106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:48:15.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18bf2a50-302f-40c0-91a1-7d151505b97f
2022-03-12T04:48:15.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18bf2a50-302f-40c0-91a1-7d151505b97f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:48:15.310Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:48:15.310Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:15.310Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:15.320Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:15.321Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:16.210Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:16.211Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:16.213Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:16.213Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:48:16.313Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:16.313Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:16.313Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:16.320Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:16.320Z||pool-84-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:17.213Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:17.214Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:17.216Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:17.216Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:48:17.317Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:48:17.318Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:17.318Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:17.326Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:17.326Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:18.217Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:18.218Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:18.220Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:18.220Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:18.320Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:18.321Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:18.321Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:18.329Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:18.329Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:19.221Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:19.221Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:19.223Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:19.224Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:48:19.324Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:19.325Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:19.325Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:19.333Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:19.334Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:20.224Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:20.225Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:20.227Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:20.227Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:48:20.327Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:48:20.328Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:20.328Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:20.339Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:20.339Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:21.228Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:48:21.229Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:21.231Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:21.231Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:48:21.331Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:21.332Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:21.332Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:21.341Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:21.341Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:22.232Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "serviceName": "vFW 2022-03-12 04-46-16",
  "serviceVersion": "1.0",
  "serviceUUID": "84d0e997-cd29-41fa-bc9b-53fad095dcaf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "93c69582-36c5-429f-af2b-322aaa18fd2c",
  "resources": [
    {
      "resourceInstanceName": "vFW 919541a6-0426 0",
      "resourceCustomizationUUID": "3f6f0aed-dcab-4b27-a40c-10196d153662",
      "resourceName": "vFW 919541a6-0426",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "efae7805-993f-4890-af50-06c2169b2288",
      "resourceInvariantUUID": "c3ddc9a3-a627-4b1e-8a02-808c7d6e8b90",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw919541a604260_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
          "artifactChecksum": "ODYyMzU5NmMyNjE3MmQwZTk0ZWZkZDczNjY0MjcxZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ededcc1-12b2-406b-81c8-c37ef520a531",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6e2dba5b-91dd-4093-a07e-b23d6c9545f4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9ef0b1bb-296a-41e6-bf95-f394b293889f",
            "generatedFromUUID": "6e2dba5b-91dd-4093-a07e-b23d6c9545f4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9ef0b1bb-296a-41e6-bf95-f394b293889f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312044616-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
      "artifactChecksum": "OTU2OTk1MTk3ZjBkOWNhNzQ5N2FlNTQ2YWVhOWRiZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05136a58-4813-4bfc-a928-4bf75e785fc9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:48:22.232Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:48:22.232Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84d0e997-cd29-41fa-bc9b-53fad095dcaf ASDC
2022-03-12T04:48:22.233Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:18bf2a50-302f-40c0-91a1-7d151505b97f
ServiceName:vFW 2022-03-12 04-46-16
ServiceVersion:1.0
ServiceUUID:84d0e997-cd29-41fa-bc9b-53fad095dcaf
ServiceInvariantUUID:93c69582-36c5-429f-af2b-322aaa18fd2c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312044616-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar
ArtifactUUID:05136a58-4813-4bfc-a928-4bf75e785fc9
ArtifactChecksum:OTU2OTk1MTk3ZjBkOWNhNzQ5N2FlNTQ2YWVhOWRiZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 919541a6-0426 0
ResourceCustomizationUUID:3f6f0aed-dcab-4b27-a40c-10196d153662
ResourceInvariantUUID:c3ddc9a3-a627-4b1e-8a02-808c7d6e8b90
ResourceName:vFW 919541a6-0426
ResourceType:VF
ResourceUUID:efae7805-993f-4890-af50-06c2169b2288
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw919541a604260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json
ArtifactUUID:5ededcc1-12b2-406b-81c8-c37ef520a531
ArtifactChecksum:ODYyMzU5NmMyNjE3MmQwZTk0ZWZkZDczNjY0MjcxZTY=
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/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml
ArtifactUUID:6e2dba5b-91dd-4093-a07e-b23d6c9545f4
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/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env
ArtifactUUID:9ef0b1bb-296a-41e6-bf95-f394b293889f
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/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env
ArtifactUUID:9ef0b1bb-296a-41e6-bf95-f394b293889f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:48:22.233Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84d0e997-cd29-41fa-bc9b-53fad095dcaf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:48:22.258Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:48:22.259Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T04:48:22.259Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T04:48:22.259Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 05136a58-4813-4bfc-a928-4bf75e785fc9 from URL: /sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:22.259Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:48:22.260Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:22.866Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:48:22.872Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar 05136a58-4813-4bfc-a928-4bf75e785fc9 98933
2022-03-12T04:48:22.873Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar ASDC sendASDCNotification
2022-03-12T04:48:22.873Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:22.873Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:48:22.873Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:22.874Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:22.874Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060502873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:22.975Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:22.976Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:22.976Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:22.984Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:22.985Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:23.875Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:48:23.876Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T04:48:23.876Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 05136a58-4813-4bfc-a928-4bf75e785fc9, URL: /sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar to file: /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:23.877Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312044616-csar.csar
2022-03-12T04:48:23.877Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:23.877Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:24.051Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15522364153676943705/Definitions/service-Vfw20220312044616-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-12T04:48:25.478Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 919541a6-0426 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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||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-Vfw20220312044616-csar.csar
2022-03-12T04:48:25.479Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.480Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.481Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:25.481Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-12T04:48:25.481Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:48:25.481Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.481Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.481Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.482Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:48:25.483Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:25.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:25.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:48:25.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ec165b4-7953-4a2a-9c8d-64a6c39a1da3
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.487Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8de9c254-ebea-4d5a-9d1d-8399c011ac0d
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.488Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:48:25.489Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ca0d2ee-351a-4afe-bfef-dbdeccfc4a4e
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.491Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:25.491Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:25.491Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 04-46-16
Description:catalog service description
Model UUID:84d0e997-cd29-41fa-bc9b-53fad095dcaf
Model Version:NULL
Model InvariantUuid:93c69582-36c5-429f-af2b-322aaa18fd2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 919541a6-0426
Model UUID:19f9e8f0-dbc4-41fe-8592-d87b91f8db36
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3ddc9a3-a627-4b1e-8a02-808c7d6e8b90
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3f6f0aed-dcab-4b27-a40c-10196d153662
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:badce216-4aad-44e7-988d-bf2243bf4596
ModelName:Vfw919541a60426..base_vfw..module-0
ModelUuid:64a00a97-c6ad-4217-b829-93648234329e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8ec165b4-7953-4a2a-9c8d-64a6c39a1da3
ModelInvariantUuid:d3498b8c-14d7-4476-9515-cb8cf56ed1a0
ModelName:vFW 919541a6-0426-nodes.vfwCvfc
ModelUuid:c5d77e3d-c33e-4cc3-a5c6-cb636ebfd64c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:628615bb-ce0d-49b0-b34b-2e3192a0cc94
ModelInvariantUuid:b7180c33-e68b-4cb1-9d4a-c31d20ae9b55
ModelName:Vfw919541a60426.compute.nodes.heat.vfw
ModelUuid:b382e2c0-96af-478d-b070-3ebadf57ad3a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8de9c254-ebea-4d5a-9d1d-8399c011ac0d
ModelInvariantUuid:d70727ca-dda6-4c0e-992f-8602fa8beee8
ModelName:vFW 919541a6-0426-nodes.vsnCvfc
ModelUuid:8e4a84f4-b55f-46bc-aaaa-2a08b2090020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4cb20248-58a0-4179-bdee-8f110a7bbf7a
ModelInvariantUuid:004a33e0-bca0-4e87-b3eb-1e6b1dbc4fd7
ModelName:Vfw919541a60426.compute.nodes.heat.vsn
ModelUuid:f88f94c2-6fb5-4e3f-a674-58259a379a6d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ca0d2ee-351a-4afe-bfef-dbdeccfc4a4e
ModelInvariantUuid:61f651d9-57c7-47c7-9ca5-f6a8ccdd38d6
ModelName:vFW 919541a6-0426-nodes.vpgCvfc
ModelUuid:2016b518-1c6c-4ac9-aa7b-5a74d406859f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b69d0d46-4563-4509-8235-38d33edb1886
ModelInvariantUuid:8607e4e1-1bc6-4897-b1c2-ca8988ca568e
ModelName:Vfw919541a60426.compute.nodes.heat.vpg
ModelUuid:49655988-fef1-4d72-be6e-2c0c0614bc4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:48:25.498Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: efae7805-993f-4890-af50-06c2169b2288
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:48:25.501Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||vFW 919541a6-0426 0
2022-03-12T04:48:25.501Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efae7805-993f-4890-af50-06c2169b2288
2022-03-12T04:48:25.501Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ededcc1-12b2-406b-81c8-c37ef520a531 from URL: /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json
2022-03-12T04:48:25.501Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:48:25.502Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json
2022-03-12T04:48:25.705Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:48:25.705Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json 5ededcc1-12b2-406b-81c8-c37ef520a531 785
2022-03-12T04:48:25.706Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json ASDC sendASDCNotification
2022-03-12T04:48:25.706Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json
2022-03-12T04:48:25.706Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:48:25.706Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:25.709Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:25.709Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060505706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:25.809Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:25.810Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:25.810Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:25.818Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:25.819Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:26.710Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw919541a60426..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "badce216-4aad-44e7-988d-bf2243bf4596",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64a00a97-c6ad-4217-b829-93648234329e",
    "vfModuleModelCustomizationUUID": "c840939a-3173-41f5-bb6a-e673d5f8902c",
    "isBase": true,
    "artifacts": [
      "6e2dba5b-91dd-4093-a07e-b23d6c9545f4",
      "9ef0b1bb-296a-41e6-bf95-f394b293889f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:48:26.713Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw919541a60426..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64a00a97-c6ad-4217-b829-93648234329e
VfModuleModelInvariantUUID:badce216-4aad-44e7-988d-bf2243bf4596
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e2dba5b-91dd-4093-a07e-b23d6c9545f4
,
9ef0b1bb-296a-41e6-bf95-f394b293889f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:48:26.716Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw919541a60426..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "badce216-4aad-44e7-988d-bf2243bf4596",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64a00a97-c6ad-4217-b829-93648234329e",
    "vfModuleModelCustomizationUUID": "c840939a-3173-41f5-bb6a-e673d5f8902c",
    "isBase": true,
    "artifacts": [
      "6e2dba5b-91dd-4093-a07e-b23d6c9545f4",
      "9ef0b1bb-296a-41e6-bf95-f394b293889f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:48:26.716Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw919541a60426..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64a00a97-c6ad-4217-b829-93648234329e
VfModuleModelInvariantUUID:badce216-4aad-44e7-988d-bf2243bf4596
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e2dba5b-91dd-4093-a07e-b23d6c9545f4
,
9ef0b1bb-296a-41e6-bf95-f394b293889f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:48:26.716Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6e2dba5b-91dd-4093-a07e-b23d6c9545f4 from URL: /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml
2022-03-12T04:48:26.717Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:48:26.717Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml
2022-03-12T04:48:26.911Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:48:26.912Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml 6e2dba5b-91dd-4093-a07e-b23d6c9545f4 20368
2022-03-12T04:48:26.912Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:48:26.912Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml
2022-03-12T04:48:26.913Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:48:26.913Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:26.915Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:26.915Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060506912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:27.016Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:48:27.016Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:27.016Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:27.027Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:27.027Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:48:27.916Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9ef0b1bb-296a-41e6-bf95-f394b293889f from URL: /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env
2022-03-12T04:48:27.917Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:48:27.917Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env
2022-03-12T04:48:28.008Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:48:28.008Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env 9ef0b1bb-296a-41e6-bf95-f394b293889f 2098
2022-03-12T04:48:28.008Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:48:28.008Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env
2022-03-12T04:48:28.009Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:48:28.009Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:28.011Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:28.011Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060508008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:48:28.111Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:28.112Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:28.112Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:28.120Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:28.121Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:29.012Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 84d0e997-cd29-41fa-bc9b-53fad095dcaf
2022-03-12T04:48:29.012Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 919541a6-0426 0 efae7805-993f-4890-af50-06c2169b2288 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:48:29.030Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20909dcb, org.onap.sdc.toscaparser.api.parameters.Input@79eb9e8b, org.onap.sdc.toscaparser.api.parameters.Input@51f04d3, org.onap.sdc.toscaparser.api.parameters.Input@399cc502, org.onap.sdc.toscaparser.api.parameters.Input@1dc6793f]
2022-03-12T04:48:29.031Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.031Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.032Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:48:29.032Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3f6f0aed-dcab-4b27-a40c-10196d153662
2022-03-12T04:48:29.032Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f6f0aed-dcab-4b27-a40c-10196d153662 matches Tosca VF Customization UUID: 3f6f0aed-dcab-4b27-a40c-10196d153662
2022-03-12T04:48:29.032Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3f6f0aed-dcab-4b27-a40c-10196d153662  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:48:29.034Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.034Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.035Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3f6f0aed-dcab-4b27-a40c-10196d153662: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T04:48:29.035Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a5368fa
2022-03-12T04:48:29.035Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.035Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:48:29.035Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c840939a-3173-41f5-bb6a-e673d5f8902c
2022-03-12T04:48:29.036Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c840939a-3173-41f5-bb6a-e673d5f8902c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:48:29.037Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.037Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:29.037Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:29.038Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:29.039Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:48:29.040Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.040Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ec165b4-7953-4a2a-9c8d-64a6c39a1da3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:48:29.042Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.042Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:29.043Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:29.043Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.043Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:29.043Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:29.044Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:29.044Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:48:29.044Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.044Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:29.045Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.045Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:48:29.045Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:48:29.045Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:48:29.046Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:29.046Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:48:29.046Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.046Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8de9c254-ebea-4d5a-9d1d-8399c011ac0d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:48:29.048Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.048Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:29.048Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:48:29.049Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:48:29.050Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:48:29.050Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:48:29.050Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:48:29.050Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ca0d2ee-351a-4afe-bfef-dbdeccfc4a4e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:48:29.051Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.051Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:29.051Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:48:29.051Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.052Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Node template vFW 919541a6-0426 0 is matching search criteria
2022-03-12T04:48:29.052Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 919541a6-0426 0] matching following query criteria: sdcType=VF, customizationUUID=3f6f0aed-dcab-4b27-a40c-10196d153662
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:48:29.053Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.053Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.053Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 84d0e997-cd29-41fa-bc9b-53fad095dcaf: vFW 919541a6-0426
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.054Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:48:29.055Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-46-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:48:29.055Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-12 04-46-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:48:29.199Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4aadf55a marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5757) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy217.save(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:485)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:372)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 91 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 92 common frames omitted
2022-03-12T04:48:29.200Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T04:48:29.200Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||ERROR|500||(conn=5757) WSREP has not yet prepared node for application use
2022-03-12T04:48:29.202Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy217.save(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:485)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:372)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5757) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 86 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 91 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 92 common frames omitted
2022-03-12T04:48:29.203Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy217.save(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:485)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:372)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	... 55 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5757) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 86 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 91 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 92 common frames omitted
2022-03-12T04:48:29.205Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Exception :
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy217.save(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:485)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:372)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 38 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 41 common frames omitted
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:48:29.213Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of vFW 919541a6-0426. Transaction rollback
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy217.save(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:485)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:372)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 38 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 41 common frames omitted
2022-03-12T04:48:29.238Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL vFW 919541a6-0426 efae7805-993f-4890-af50-06c2169b2288 1 ASDC deployResourceStructure
2022-03-12T04:48:29.242Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json ASDC sendASDCNotification
2022-03-12T04:48:29.243Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json(Exception caught during installation of vFW 919541a6-0426. Transaction rollback.)
2022-03-12T04:48:29.243Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-12T04:48:29.243Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:29.245Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:29.245Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060509238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:48:29.345Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:29.346Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:29.346Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:29.354Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:29.355Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:30.245Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:48:30.246Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml(Exception caught during installation of vFW 919541a6-0426. Transaction rollback.)
2022-03-12T04:48:30.246Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-12T04:48:30.247Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:30.249Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:30.249Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060510245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:48:30.350Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:30.350Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:30.350Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:30.359Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:30.360Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:31.250Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:48:31.251Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env(Exception caught during installation of vFW 919541a6-0426. Transaction rollback.)
2022-03-12T04:48:31.251Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-12T04:48:31.251Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:31.253Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:31.253Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060511250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:48:31.353Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:31.354Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:31.355Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:31.363Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:31.364Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:32.253Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of vFW 919541a6-0426. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:519)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:372)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy217.save(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheVfResource(ToscaResourceInstaller.java:485)
	... 23 common frames omitted
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 38 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 41 common frames omitted
2022-03-12T04:48:32.254Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar ASDC sendASDCNotification
2022-03-12T04:48:32.254Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar(Exception caught during installation of vFW 919541a6-0426. Transaction rollback.)
2022-03-12T04:48:32.255Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-12T04:48:32.255Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:48:32.257Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:48:32.257Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060512254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:48:32.357Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:48:32.358Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:48:32.358Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:48:32.366Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:48:32.366Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:48:33.257Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:48:33.268Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:48:33.270Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:48:33.270Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:48:33.270Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:48:33.270Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:49:03.271Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:49:03.280Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:49:03.282Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:49:03.282Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:49:03.282Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:49:03.282Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:49:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:49:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:49:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:49:14.706Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:49:14.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:49:14.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:49:14.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:49:33.282Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:49:33.293Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:49:33.296Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:49:33.296Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:49:33.296Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:49:33.296Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:50:03.296Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:50:03.306Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:50:03.308Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:50:03.308Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:50:03.308Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:50:03.308Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:50:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:50:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:50:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:50:15.104Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:50:15.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:50:15.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060494581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060502873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060505706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060506912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060508008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060509238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/vfw919541a604260_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060510245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060511250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/resourceInstances/vfw919541a604260/artifacts/base_vfw.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T04:50:15.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060512254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312044616/1.0/artifacts/service-Vfw20220312044616-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of vFW 919541a6-0426. Transaction rollback."
}
2022-03-12T04:50:15.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:50:33.308Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:50:33.319Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:50:33.320Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:50:33.321Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:50:33.321Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:50:33.321Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:51:03.321Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:51:03.331Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:51:03.333Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:51:03.333Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:51:03.333Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:51:03.333Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:51:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:51:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:51:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:51:24.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:51:33.334Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:51:33.346Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:51:33.347Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:51:33.347Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:51:33.347Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:51:33.348Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:52:03.348Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:52:03.359Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:52:03.361Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:52:03.361Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:52:03.361Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:52:03.361Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:52:14.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:52:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:52:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:52:24.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:52:33.362Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:52:33.373Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:52:33.375Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:52:33.375Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:52:33.375Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:52:33.375Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:53:03.376Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:53:03.387Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:53:03.389Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:53:03.389Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T04:53:03.389Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:53:03.389Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:53:14.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:53:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:53:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:53:24.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:53:33.390Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T04:53:33.390Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18bf2a50-302f-40c0-91a1-7d151505b97f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T04:53:33.396Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18bf2a50-302f-40c0-91a1-7d151505b97f and serviceModelVersionId: 84d0e997-cd29-41fa-bc9b-53fad095dcaf
2022-03-12T04:53:33.396Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93c69582-36c5-429f-af2b-322aaa18fd2c
2022-03-12T04:53:33.398Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0
2022-03-12T04:53:33.404Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:53:33.433Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0|INFO|500||Invoke
2022-03-12T04:53:33.433Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[18bf2a50-302f-40c0-91a1-7d151505b97f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[373eab7f-cc27-47c6-857d-619aec51449b], X-ECOMP-RequestID=[18bf2a50-302f-40c0-91a1-7d151505b97f], X-TransactionId=[], X-ONAP-RequestID=[18bf2a50-302f-40c0-91a1-7d151505b97f], Content-Type=[application/merge-patch+json]}
2022-03-12T04:53:33.450Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T04:53:33.484Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?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/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-04:53:33:460-59138], Content-Length=[495], Date=[Sat, 12 Mar 2022 04:53:33 GMT], Content-Type=[application/json]}
2022-03-12T04:53:33.485Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?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/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf","ERR.5.4.6114"]}}}

2022-03-12T04:53:33.486Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T04:53:33.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (ec=ERR.5.4.6114)
2022-03-12T04:53:33.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (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-03-12T04:53:33.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (ec=ERR.5.4.6114)
2022-03-12T04:53:33.490Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (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-03-12T04:53:33.494Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T04:53:33.495Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18bf2a50-302f-40c0-91a1-7d151505b97f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (ec=ERR.5.4.6114)
2022-03-12T04:53:33.495Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T04:53:33.495Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:53:33.497Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:53:33.497Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060813495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:53:33.598Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:53:33.598Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:53:33.599Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:53:33.605Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:53:33.605Z||pool-98-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:53:34.511Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:53:34.511Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:53:34.511Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:53:45.338Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:53:45.338Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:53:45.339Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:53:45.339Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:53:54.873Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:53:54.874Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:53:54.874Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:53:54.875Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:54:04.409Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:54:04.410Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:54:04.410Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:54:04.410Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:54:13.941Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:54:13.941Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:54:13.942Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:54:13.943Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:54:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:54:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:54:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:54:15.207Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:54:15.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T04:54:15.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18bf2a50-302f-40c0-91a1-7d151505b97f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647060813495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d18bf2a50-302f-40c0-91a1-7d151505b97f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93c69582-36c5-429f-af2b-322aaa18fd2c/model-vers/model-ver/84d0e997-cd29-41fa-bc9b-53fad095dcaf) (ec\u003dERR.5.4.6114)"
}
2022-03-12T04:54:15.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:54:23.476Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:54:23.477Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:54:23.477Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:54:23.477Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:54:33.015Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:55:14.581Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:55:14.582Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:55:14.582Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:55:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:55:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:55:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:55:24.121Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:55:24.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:56:14.581Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:56:14.582Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:56:14.582Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:56:14.584Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:56:14.584Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:56:14.585Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:56:24.125Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:56:24.127Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:14.581Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:57:14.581Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:57:14.581Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:57:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:57:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:15.112Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:15.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061013222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061023531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061024534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "policy-id",
  "timestamp": 1647061025537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:57:15.138Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
2022-03-12T04:57:15.138Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061019206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061026985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "cds",
  "timestamp": 1647061027990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:57:15.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
2022-03-12T04:57:15.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061022078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061023120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061023318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061023873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061030812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061031572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061031852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:15.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061032971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:15.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:57:15.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061033991,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T04:57:15.166Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
2022-03-12T04:57:15.166Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T04:57:15.203Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:15.204Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T04:57:15.204Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa","serviceName":"vFW 2022-03-12 04-55-46","serviceVersion":"1.0","serviceUUID":"f79bc387-05fb-469a-9d3a-049da5239af5","serviceDescription":"catalog service description","serviceInvariantUUID":"35c19000-4744-43c5-8e37-d88b10f8e43d","resources":[{"resourceInstanceName":"vFW d1882627-eb90 0","resourceName":"vFW d1882627-eb90","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df1f6c3c-3f60-4590-984a-0208016c9404","resourceInvariantUUID":"a4bc13ec-8ff5-4b28-b596-5a431da7a57d","resourceCustomizationUUID":"236759f3-c2a5-4af4-8254-267419852dcd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml","artifactChecksum":"ZDAzOWQ5Mjc4ZjM5ZDQwYTRmOTlmOGU2MjJiMWE5Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15c070f7-e24c-4d23-8935-d9ef24fc436e","artifactVersion":"1"},{"artifactName":"vfwd1882627eb900_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json","artifactChecksum":"MDA4MGNlYWIwNTkzNzI2Y2VkMzA5YTQzYzY1NzA2NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d42c9db5-3a96-469b-a80b-a7c55dfe1cc8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"246b097a-308e-49cf-9c72-38a803f19412","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml","artifactChecksum":"NWZiZWZjNzg1NjhhYjMwYzRjMWVjNWQzNzY0NDNiZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d65b5b5-ce7b-4865-a2ae-ebeb1c4046e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"890b3bc8-9e95-453d-ac5a-cbab00e9befd","artifactVersion":"2","generatedFromUUID":"246b097a-308e-49cf-9c72-38a803f19412"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312045546-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml","artifactChecksum":"MjVkYTYzOWU5ZGZjMzYyYjVjNDc1M2ZhOTVkNGNmM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9326082d-a823-4683-ba99-f58b450d0223","artifactVersion":"1"},{"artifactName":"service-Vfw20220312045546-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar","artifactChecksum":"MmE4MDg3NWZkN2FiNTA3NzM5NTVlMzA4NTQwNmYxZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88745ec1-be5a-4455-80de-d2f7f0375057","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:57:15.206Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:15.206Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:15.208Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:15.208Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:15.309Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:57:15.309Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:15.309Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:15.318Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:15.318Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:16.209Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:16.209Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:16.212Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:16.212Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T04:57:16.312Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:16.313Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:16.313Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:16.320Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:16.320Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:17.212Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:17.213Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:17.215Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:17.216Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T04:57:17.316Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:17.316Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:17.317Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:17.324Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:17.325Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:18.216Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:18.217Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:18.219Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:18.219Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:18.319Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:18.320Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:18.320Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:18.329Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:18.329Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:19.219Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:19.220Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:19.222Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:19.222Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T04:57:19.322Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:19.323Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:19.323Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:19.332Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:19.332Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:20.223Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:20.223Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:20.225Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:20.225Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:57:20.326Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:57:20.326Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:20.327Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:20.334Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:20.335Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:21.226Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:57:21.226Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:21.230Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:21.230Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T04:57:21.330Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:21.330Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:21.331Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:21.340Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:21.340Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:22.231Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "serviceName": "vFW 2022-03-12 04-55-46",
  "serviceVersion": "1.0",
  "serviceUUID": "f79bc387-05fb-469a-9d3a-049da5239af5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "35c19000-4744-43c5-8e37-d88b10f8e43d",
  "resources": [
    {
      "resourceInstanceName": "vFW d1882627-eb90 0",
      "resourceCustomizationUUID": "236759f3-c2a5-4af4-8254-267419852dcd",
      "resourceName": "vFW d1882627-eb90",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df1f6c3c-3f60-4590-984a-0208016c9404",
      "resourceInvariantUUID": "a4bc13ec-8ff5-4b28-b596-5a431da7a57d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd1882627eb900_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
          "artifactChecksum": "MDA4MGNlYWIwNTkzNzI2Y2VkMzA5YTQzYzY1NzA2NWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d42c9db5-3a96-469b-a80b-a7c55dfe1cc8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "246b097a-308e-49cf-9c72-38a803f19412",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "890b3bc8-9e95-453d-ac5a-cbab00e9befd",
            "generatedFromUUID": "246b097a-308e-49cf-9c72-38a803f19412"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "890b3bc8-9e95-453d-ac5a-cbab00e9befd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312045546-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
      "artifactChecksum": "MmE4MDg3NWZkN2FiNTA3NzM5NTVlMzA4NTQwNmYxZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88745ec1-be5a-4455-80de-d2f7f0375057"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T04:57:22.232Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:57:22.232Z|18bf2a50-302f-40c0-91a1-7d151505b97f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f79bc387-05fb-469a-9d3a-049da5239af5 ASDC
2022-03-12T04:57:22.233Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
ServiceName:vFW 2022-03-12 04-55-46
ServiceVersion:1.0
ServiceUUID:f79bc387-05fb-469a-9d3a-049da5239af5
ServiceInvariantUUID:35c19000-4744-43c5-8e37-d88b10f8e43d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312045546-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar
ArtifactUUID:88745ec1-be5a-4455-80de-d2f7f0375057
ArtifactChecksum:MmE4MDg3NWZkN2FiNTA3NzM5NTVlMzA4NTQwNmYxZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d1882627-eb90 0
ResourceCustomizationUUID:236759f3-c2a5-4af4-8254-267419852dcd
ResourceInvariantUUID:a4bc13ec-8ff5-4b28-b596-5a431da7a57d
ResourceName:vFW d1882627-eb90
ResourceType:VF
ResourceUUID:df1f6c3c-3f60-4590-984a-0208016c9404
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd1882627eb900_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json
ArtifactUUID:d42c9db5-3a96-469b-a80b-a7c55dfe1cc8
ArtifactChecksum:MDA4MGNlYWIwNTkzNzI2Y2VkMzA5YTQzYzY1NzA2NWM=
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/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml
ArtifactUUID:246b097a-308e-49cf-9c72-38a803f19412
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/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env
ArtifactUUID:890b3bc8-9e95-453d-ac5a-cbab00e9befd
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/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env
ArtifactUUID:890b3bc8-9e95-453d-ac5a-cbab00e9befd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T04:57:22.233Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f79bc387-05fb-469a-9d3a-049da5239af5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T04:57:22.267Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:57:22.268Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T04:57:22.268Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T04:57:22.268Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 88745ec1-be5a-4455-80de-d2f7f0375057 from URL: /sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:22.268Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:57:22.269Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:22.805Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:57:22.812Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar 88745ec1-be5a-4455-80de-d2f7f0375057 99007
2022-03-12T04:57:22.813Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar ASDC sendASDCNotification
2022-03-12T04:57:22.813Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:22.813Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:57:22.813Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:22.815Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:22.815Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061042813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:22.916Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T04:57:22.917Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:22.917Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:22.926Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:22.926Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:23.816Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:57:23.817Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T04:57:23.817Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 88745ec1-be5a-4455-80de-d2f7f0375057, URL: /sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar to file: /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:23.818Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312045546-csar.csar
2022-03-12T04:57:23.818Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:23.818Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:23.981Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5687754219773837326/Definitions/service-Vfw20220312045546-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-12T04:57:25.489Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d1882627-eb90 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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.490Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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-Vfw20220312045546-csar.csar
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:25.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:57:25.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:25.493Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:25.494Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=27ba0ba0-34ea-4215-9a10-ba0656b64b5f
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:25.495Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd82edfa-4987-4881-a87f-76e64a8e5906
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:25.496Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:25.497Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6077707c-ad3b-4227-b9f2-f47ee27b2645
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:25.498Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 04-55-46
Description:catalog service description
Model UUID:f79bc387-05fb-469a-9d3a-049da5239af5
Model Version:NULL
Model InvariantUuid:35c19000-4744-43c5-8e37-d88b10f8e43d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d1882627-eb90
Model UUID:9cf2fdc8-e3c3-43e9-9b7f-993aadb6aba1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a4bc13ec-8ff5-4b28-b596-5a431da7a57d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:236759f3-c2a5-4af4-8254-267419852dcd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79d44e7d-45d0-428c-b8dd-da5fb4fd0dca
ModelName:VfwD1882627Eb90..base_vfw..module-0
ModelUuid:73041a10-eb6c-4723-a5a5-c84152c29879
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:27ba0ba0-34ea-4215-9a10-ba0656b64b5f
ModelInvariantUuid:da3804a3-a0bc-49bb-a1f5-4bde63c04d07
ModelName:vFW d1882627-eb90-nodes.vfwCvfc
ModelUuid:b22490ee-1d9c-47bf-9d75-ea9d5c7798c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ab3355c3-6928-4408-8c4d-e9cb8a0c1ed2
ModelInvariantUuid:cd305ca3-2706-411a-bbd5-478ab3a579a4
ModelName:VfwD1882627Eb90.compute.nodes.heat.vfw
ModelUuid:9660dd5d-6053-476a-96f3-a3c9698182bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cd82edfa-4987-4881-a87f-76e64a8e5906
ModelInvariantUuid:c6629d1b-e472-441d-9207-d185004d75a3
ModelName:vFW d1882627-eb90-nodes.vsnCvfc
ModelUuid:2d38eb7b-692d-44c7-8fc3-45a1af237159
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9740f2a-62a0-47e7-b5aa-67edf2c4066a
ModelInvariantUuid:d6731d3b-341e-417e-ba50-58cc87e26967
ModelName:VfwD1882627Eb90.compute.nodes.heat.vsn
ModelUuid:11bff712-775b-4e4c-aa00-dc374bb63ddb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6077707c-ad3b-4227-b9f2-f47ee27b2645
ModelInvariantUuid:f2252d92-c6ef-48de-aa80-e778146e593a
ModelName:vFW d1882627-eb90-nodes.vpgCvfc
ModelUuid:7d2e9bf8-17d5-4d05-ab45-8e51fa533c8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:657b5684-7aec-46dc-8790-66e80ba7788f
ModelInvariantUuid:f94998af-af72-4d33-bf63-3f061b63db89
ModelName:VfwD1882627Eb90.compute.nodes.heat.vpg
ModelUuid:8484d2dc-e821-4a24-86c3-3868a673999c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T04:57:25.504Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: df1f6c3c-3f60-4590-984a-0208016c9404
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:57:25.507Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||vFW d1882627-eb90 0
2022-03-12T04:57:25.508Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df1f6c3c-3f60-4590-984a-0208016c9404
2022-03-12T04:57:25.508Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d42c9db5-3a96-469b-a80b-a7c55dfe1cc8 from URL: /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json
2022-03-12T04:57:25.508Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:57:25.508Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json
2022-03-12T04:57:25.707Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:57:25.707Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json d42c9db5-3a96-469b-a80b-a7c55dfe1cc8 785
2022-03-12T04:57:25.708Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json ASDC sendASDCNotification
2022-03-12T04:57:25.708Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json
2022-03-12T04:57:25.708Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:57:25.708Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:25.710Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:25.710Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061045708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:25.810Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:25.811Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:25.812Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:25.820Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:25.820Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:26.711Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD1882627Eb90..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "79d44e7d-45d0-428c-b8dd-da5fb4fd0dca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73041a10-eb6c-4723-a5a5-c84152c29879",
    "vfModuleModelCustomizationUUID": "cc1940c0-015d-49cb-abce-d7b9e4249bb3",
    "isBase": true,
    "artifacts": [
      "246b097a-308e-49cf-9c72-38a803f19412",
      "890b3bc8-9e95-453d-ac5a-cbab00e9befd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:57:26.714Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1882627Eb90..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73041a10-eb6c-4723-a5a5-c84152c29879
VfModuleModelInvariantUUID:79d44e7d-45d0-428c-b8dd-da5fb4fd0dca
VfModuleModelDescription:NULL
Artifacts UUID List:{
246b097a-308e-49cf-9c72-38a803f19412
,
890b3bc8-9e95-453d-ac5a-cbab00e9befd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:57:26.716Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD1882627Eb90..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "79d44e7d-45d0-428c-b8dd-da5fb4fd0dca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73041a10-eb6c-4723-a5a5-c84152c29879",
    "vfModuleModelCustomizationUUID": "cc1940c0-015d-49cb-abce-d7b9e4249bb3",
    "isBase": true,
    "artifacts": [
      "246b097a-308e-49cf-9c72-38a803f19412",
      "890b3bc8-9e95-453d-ac5a-cbab00e9befd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T04:57:26.717Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1882627Eb90..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73041a10-eb6c-4723-a5a5-c84152c29879
VfModuleModelInvariantUUID:79d44e7d-45d0-428c-b8dd-da5fb4fd0dca
VfModuleModelDescription:NULL
Artifacts UUID List:{
246b097a-308e-49cf-9c72-38a803f19412
,
890b3bc8-9e95-453d-ac5a-cbab00e9befd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T04:57:26.717Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 246b097a-308e-49cf-9c72-38a803f19412 from URL: /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml
2022-03-12T04:57:26.717Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:57:26.717Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml
2022-03-12T04:57:26.817Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:57:26.818Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml 246b097a-308e-49cf-9c72-38a803f19412 20368
2022-03-12T04:57:26.818Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:57:26.819Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml
2022-03-12T04:57:26.819Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:57:26.819Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:26.821Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:26.821Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061046818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:26.921Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:26.922Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:26.922Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:26.930Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:26.930Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:27.821Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 890b3bc8-9e95-453d-ac5a-cbab00e9befd from URL: /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env
2022-03-12T04:57:27.822Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T04:57:27.822Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env
2022-03-12T04:57:28.007Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T04:57:28.007Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env 890b3bc8-9e95-453d-ac5a-cbab00e9befd 2098
2022-03-12T04:57:28.007Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:57:28.007Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env
2022-03-12T04:57:28.008Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:57:28.008Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:28.010Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:28.010Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061048007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T04:57:28.110Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:28.111Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:28.111Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:28.120Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:28.120Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:29.010Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f79bc387-05fb-469a-9d3a-049da5239af5
2022-03-12T04:57:29.011Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d1882627-eb90 0 df1f6c3c-3f60-4590-984a-0208016c9404 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:57:29.029Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@125b1230, org.onap.sdc.toscaparser.api.parameters.Input@5b1469de, org.onap.sdc.toscaparser.api.parameters.Input@13b7bd1, org.onap.sdc.toscaparser.api.parameters.Input@348c468b, org.onap.sdc.toscaparser.api.parameters.Input@7e8c08b8]
2022-03-12T04:57:29.031Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.031Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.031Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-12T04:57:29.031Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 236759f3-c2a5-4af4-8254-267419852dcd
2022-03-12T04:57:29.031Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 236759f3-c2a5-4af4-8254-267419852dcd matches Tosca VF Customization UUID: 236759f3-c2a5-4af4-8254-267419852dcd
2022-03-12T04:57:29.031Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 236759f3-c2a5-4af4-8254-267419852dcd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T04:57:29.034Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.034Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.035Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 236759f3-c2a5-4af4-8254-267419852dcd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T04:57:29.035Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@aff7fce
2022-03-12T04:57:29.035Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.035Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T04:57:29.035Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc1940c0-015d-49cb-abce-d7b9e4249bb3
2022-03-12T04:57:29.036Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc1940c0-015d-49cb-abce-d7b9e4249bb3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T04:57:29.038Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.038Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:29.038Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:29.038Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.038Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:29.038Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:57:29.039Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.040Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:29.040Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:57:29.040Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:29.040Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:57:29.040Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.040Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=27ba0ba0-34ea-4215-9a10-ba0656b64b5f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:57:29.042Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.042Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:29.042Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:29.042Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:57:29.043Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.044Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T04:57:29.044Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T04:57:29.044Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:29.044Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T04:57:29.044Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.044Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd82edfa-4987-4881-a87f-76e64a8e5906
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:57:29.046Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.046Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:29.046Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:29.046Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.046Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is not matching search criteria
2022-03-12T04:57:29.046Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T04:57:29.047Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6077707c-ad3b-4227-b9f2-f47ee27b2645
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T04:57:29.049Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.049Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:29.049Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T04:57:29.049Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.049Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Node template vFW d1882627-eb90 0 is matching search criteria
2022-03-12T04:57:29.050Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d1882627-eb90 0] matching following query criteria: sdcType=VF, customizationUUID=236759f3-c2a5-4af4-8254-267419852dcd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f79bc387-05fb-469a-9d3a-049da5239af5: vFW d1882627-eb90
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.051Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.052Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T04:57:29.052Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 04-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:57:29.052Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-12 04-55-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T04:57:29.195Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d1882627-eb90 df1f6c3c-3f60-4590-984a-0208016c9404 1 ASDC deployResourceStructure
2022-03-12T04:57:29.195Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json ASDC sendASDCNotification
2022-03-12T04:57:29.195Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json
2022-03-12T04:57:29.195Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:57:29.196Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:29.197Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:29.197Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061049195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:57:29.298Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:29.299Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:29.299Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:29.307Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:29.308Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:30.198Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T04:57:30.199Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml
2022-03-12T04:57:30.199Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:57:30.199Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:30.201Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:30.201Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061050198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T04:57:30.301Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:30.302Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:30.302Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:30.310Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:30.311Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:31.202Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T04:57:31.202Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env
2022-03-12T04:57:31.203Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:57:31.203Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:31.205Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:31.205Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061051202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T04:57:31.305Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:31.306Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:31.306Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:31.314Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:31.314Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:32.206Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar ASDC sendASDCNotification
2022-03-12T04:57:32.206Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar
2022-03-12T04:57:32.207Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T04:57:32.207Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:57:32.209Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:57:32.210Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061052205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T04:57:32.310Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:57:32.311Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T04:57:32.311Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:57:32.319Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:57:32.319Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:57:33.210Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:57:33.222Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:57:33.224Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:57:33.224Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:57:33.224Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:58:03.224Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:58:03.233Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:58:03.234Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:58:03.234Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:58:03.235Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:58:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:58:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:58:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:58:14.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:58:14.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:58:14.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061034993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T04:58:14.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:58:33.235Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:58:33.244Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:58:33.246Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:58:33.246Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:58:33.247Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:59:03.247Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:59:03.257Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:59:03.259Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:59:03.259Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:59:03.260Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T04:59:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:59:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:59:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T04:59:14.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T04:59:14.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T04:59:14.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T04:59:14.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T04:59:33.260Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:59:33.270Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T04:59:33.272Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T04:59:33.272Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T04:59:33.272Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:00:03.273Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:00:03.282Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:00:03.285Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:00:03.285Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:00:03.285Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:00:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:00:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:00:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:00:15.104Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:00:15.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061036148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:00:15.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061038159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:00:15.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061038490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "clamp",
  "timestamp": 1647061039163,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:00:15.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
2022-03-12T05:00:15.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:00:15.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T05:00:15.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:00:15.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "aai-ml",
  "timestamp": 1647061039493,
  "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-03-12T05:00:15.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
2022-03-12T05:00:15.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:00:15.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:00:15.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:00:15.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061034581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061042813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061045708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061046818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:00:15.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061048007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061049195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/vfwd1882627eb900_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061050198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061051202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/resourceInstances/vfwd1882627eb900/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:15.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:00:15.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061052205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312045546/1.0/artifacts/service-Vfw20220312045546-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:00:15.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:00:33.285Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:00:33.295Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:00:33.297Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:00:33.297Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:00:33.297Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:00:33.297Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:01:03.298Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:01:03.307Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:01:03.309Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:01:03.310Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:01:03.310Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:01:03.310Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:01:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:01:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:01:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:01:24.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:01:33.310Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:01:33.319Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:01:33.321Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:01:33.321Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:01:33.321Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:01:33.321Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:02:03.321Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:02:03.331Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:02:03.333Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:02:03.333Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:02:03.333Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:02:03.333Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:02:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:02:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:02:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:02:24.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:02:33.333Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T05:02:33.334Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:02:33.339Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and serviceModelVersionId: f79bc387-05fb-469a-9d3a-049da5239af5
2022-03-12T05:02:33.339Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35c19000-4744-43c5-8e37-d88b10f8e43d
2022-03-12T05:02:33.340Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5?depth=0
2022-03-12T05:02:33.344Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:02:33.377Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T05:02:33.378Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5?depth=0|INFO|500||Invoke
2022-03-12T05:02:33.397Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:02:33.424Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:02:33.424Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-05:02:33:407-77364], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:02:33 GMT], Content-Type=[application/json]}
2022-03-12T05:02:33.425Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||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/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5","ERR.5.4.6114"]}}}

2022-03-12T05:02:33.428Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (ec=ERR.5.4.6114)
2022-03-12T05:02:33.428Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (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-03-12T05:02:33.428Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (ec=ERR.5.4.6114)
2022-03-12T05:02:33.428Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (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-03-12T05:02:33.432Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:02:33.433Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (ec=ERR.5.4.6114)
2022-03-12T05:02:33.433Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:02:33.433Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:02:33.434Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:02:33.435Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061353433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:02:33.535Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:02:33.536Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:02:33.536Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:02:33.549Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:02:33.549Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":5,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:02:34.448Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:02:34.448Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:02:34.448Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:02:45.348Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:02:45.348Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:02:45.349Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:02:45.349Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:02:54.884Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:02:54.885Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:02:54.885Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:02:54.885Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:03:04.420Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:03:04.420Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:03:04.421Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:03:04.421Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:03:13.954Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:03:13.955Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:03:13.955Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:03:13.955Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:03:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:03:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:03:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:03:15.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:03:15.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:03:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061353433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35c19000-4744-43c5-8e37-d88b10f8e43d/model-vers/model-ver/f79bc387-05fb-469a-9d3a-049da5239af5) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:03:15.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:03:23.491Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:03:23.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:03:23.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:03:23.492Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:03:33.026Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:04:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:04:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:04:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:04:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:04:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:04:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:04:24.121Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:04:24.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:05:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:05:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:05:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:05:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:05:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:05:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:05:24.124Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:05:24.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:06:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:06:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:06:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:06:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:06:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:06:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:06:24.121Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:06:24.123Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:07:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:07:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:07:14.582Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:07:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:07:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:07:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:07:24.121Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:07:24.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:08:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:08:14.581Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:14.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:08:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:08:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:15.206Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:15.206Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.206Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"125f2965-0eb8-4b34-97a2-41ab091337f9","serviceName":"vFW 2022-03-12 05-06-21","serviceVersion":"1.0","serviceUUID":"32ad1f48-f33d-4060-af5e-cd9c16dd502d","serviceDescription":"catalog service description","serviceInvariantUUID":"b0ff1b84-1ed0-430a-852d-4f148c13b4a9","resources":[{"resourceInstanceName":"vFW 28443958-b9e3 0","resourceName":"vFW 28443958-b9e3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f189cbf-1912-4d8d-bf72-8f3c54f1d12d","resourceInvariantUUID":"e949d448-2a0d-4dd7-9339-645e3a7aeb66","resourceCustomizationUUID":"b7ef671b-07bc-4f18-b82a-ae8e665b9a18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml","artifactChecksum":"MGViODMyOTZkNDQ0MzBkOTc0MTQ4NWNhZDJiMjJhOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba8be43e-2d1c-4171-b18e-bdb98ea47998","artifactVersion":"1"},{"artifactName":"vfw28443958b9e30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json","artifactChecksum":"NTBmNTkwZTE2Nzk1NTczZGIyNzU1MmJjYmFmNzdiNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e68abb94-e3b8-46db-84bd-7770c15da814","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36d8cb16-2d8c-4cc5-8aff-63a091177c5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml","artifactChecksum":"M2QwMTNlYzRhZmRlMDE4MzYyZDUzMjI5ZTA4NzRjMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1009c512-042c-4052-bbc8-59e8ac9bff9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a99ce83-ebdb-4e5a-b1ce-766cf485f5de","artifactVersion":"2","generatedFromUUID":"36d8cb16-2d8c-4cc5-8aff-63a091177c5b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312050621-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml","artifactChecksum":"OTliNmY5ZDMyMDI1MGI4YjQ1OGJjY2M2NDJjOTM5ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"329c59bb-31b0-40b6-a9b5-6bb1e45ae404","artifactVersion":"1"},{"artifactName":"service-Vfw20220312050621-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar","artifactChecksum":"NDcyNjBkZjUyYWVlMGVkMzViZGU4NTA5MzMyYmZiM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d0ca805-47ff-436a-b791-2355dd271338","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:08:15.207Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:15.208Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:15.209Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:15.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.211Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.211Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061643120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647061643318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061649206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061656707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061656958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061657748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "cds",
  "timestamp": 1647061657964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:08:15.232Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 125f2965-0eb8-4b34-97a2-41ab091337f9
2022-03-12T05:08:15.232Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 125f2965-0eb8-4b34-97a2-41ab091337f9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:08:15.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061652078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061658785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061659807,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:08:15.244Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 125f2965-0eb8-4b34-97a2-41ab091337f9
2022-03-12T05:08:15.244Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 125f2965-0eb8-4b34-97a2-41ab091337f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:08:15.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061653222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061653873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647061660810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061660927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061661575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061661930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "policy-id",
  "timestamp": 1647061662933,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:08:15.258Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 125f2965-0eb8-4b34-97a2-41ab091337f9
2022-03-12T05:08:15.258Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 125f2965-0eb8-4b34-97a2-41ab091337f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T05:08:15.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061669968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:08:15.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "aai-ml",
  "timestamp": 1647061670971,
  "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-03-12T05:08:15.271Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 125f2965-0eb8-4b34-97a2-41ab091337f9
2022-03-12T05:08:15.271Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 125f2965-0eb8-4b34-97a2-41ab091337f9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:08:15.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061671209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:15.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061674211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:15.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:08:15.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:08:15.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "clamp",
  "timestamp": 1647061675215,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:08:15.285Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 125f2965-0eb8-4b34-97a2-41ab091337f9
2022-03-12T05:08:15.285Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 125f2965-0eb8-4b34-97a2-41ab091337f9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:08:15.311Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:15.312Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:15.312Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:15.320Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:15.321Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:16.211Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:16.212Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:16.214Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:16.214Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:08:16.315Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:08:16.315Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:16.315Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:16.323Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:16.323Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:17.215Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:17.216Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:17.217Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:17.218Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:08:17.318Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:17.319Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:17.319Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:17.327Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:17.327Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:18.219Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:18.220Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:18.221Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:18.221Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:18.322Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:18.322Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:18.323Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:18.331Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:18.331Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:19.222Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:19.223Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:19.225Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:19.225Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T05:08:19.325Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:19.326Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:19.326Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:19.334Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:19.335Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:20.225Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:20.226Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:20.229Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:20.229Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:08:20.329Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:20.330Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:20.330Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:20.336Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:20.337Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:21.229Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:08:21.230Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:21.234Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:21.234Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:08:21.334Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T05:08:21.335Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:21.335Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:21.343Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:21.343Z||pool-121-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:22.237Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "serviceName": "vFW 2022-03-12 05-06-21",
  "serviceVersion": "1.0",
  "serviceUUID": "32ad1f48-f33d-4060-af5e-cd9c16dd502d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b0ff1b84-1ed0-430a-852d-4f148c13b4a9",
  "resources": [
    {
      "resourceInstanceName": "vFW 28443958-b9e3 0",
      "resourceCustomizationUUID": "b7ef671b-07bc-4f18-b82a-ae8e665b9a18",
      "resourceName": "vFW 28443958-b9e3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4f189cbf-1912-4d8d-bf72-8f3c54f1d12d",
      "resourceInvariantUUID": "e949d448-2a0d-4dd7-9339-645e3a7aeb66",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw28443958b9e30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
          "artifactChecksum": "NTBmNTkwZTE2Nzk1NTczZGIyNzU1MmJjYmFmNzdiNTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e68abb94-e3b8-46db-84bd-7770c15da814",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36d8cb16-2d8c-4cc5-8aff-63a091177c5b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6a99ce83-ebdb-4e5a-b1ce-766cf485f5de",
            "generatedFromUUID": "36d8cb16-2d8c-4cc5-8aff-63a091177c5b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6a99ce83-ebdb-4e5a-b1ce-766cf485f5de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220312050621-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
      "artifactChecksum": "NDcyNjBkZjUyYWVlMGVkMzViZGU4NTA5MzMyYmZiM2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d0ca805-47ff-436a-b791-2355dd271338"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:08:22.237Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:08:22.237Z|6a8e9f8b-07f3-479c-9d6d-d1cc128d8cfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32ad1f48-f33d-4060-af5e-cd9c16dd502d ASDC
2022-03-12T05:08:22.238Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:125f2965-0eb8-4b34-97a2-41ab091337f9
ServiceName:vFW 2022-03-12 05-06-21
ServiceVersion:1.0
ServiceUUID:32ad1f48-f33d-4060-af5e-cd9c16dd502d
ServiceInvariantUUID:b0ff1b84-1ed0-430a-852d-4f148c13b4a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312050621-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar
ArtifactUUID:6d0ca805-47ff-436a-b791-2355dd271338
ArtifactChecksum:NDcyNjBkZjUyYWVlMGVkMzViZGU4NTA5MzMyYmZiM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 28443958-b9e3 0
ResourceCustomizationUUID:b7ef671b-07bc-4f18-b82a-ae8e665b9a18
ResourceInvariantUUID:e949d448-2a0d-4dd7-9339-645e3a7aeb66
ResourceName:vFW 28443958-b9e3
ResourceType:VF
ResourceUUID:4f189cbf-1912-4d8d-bf72-8f3c54f1d12d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw28443958b9e30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json
ArtifactUUID:e68abb94-e3b8-46db-84bd-7770c15da814
ArtifactChecksum:NTBmNTkwZTE2Nzk1NTczZGIyNzU1MmJjYmFmNzdiNTc=
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/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml
ArtifactUUID:36d8cb16-2d8c-4cc5-8aff-63a091177c5b
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/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env
ArtifactUUID:6a99ce83-ebdb-4e5a-b1ce-766cf485f5de
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/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env
ArtifactUUID:6a99ce83-ebdb-4e5a-b1ce-766cf485f5de
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T05:08:22.238Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32ad1f48-f33d-4060-af5e-cd9c16dd502d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:08:22.268Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:08:22.269Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T05:08:22.269Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T05:08:22.269Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d0ca805-47ff-436a-b791-2355dd271338 from URL: /sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:22.269Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T05:08:22.269Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:22.952Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T05:08:22.958Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar 6d0ca805-47ff-436a-b791-2355dd271338 98958
2022-03-12T05:08:22.958Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar ASDC sendASDCNotification
2022-03-12T05:08:22.958Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:22.958Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:08:22.958Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:22.960Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:22.961Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061702958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:23.061Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:23.061Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:23.062Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:23.069Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:23.069Z||pool-122-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:23.961Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:08:23.962Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-12T05:08:23.962Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6d0ca805-47ff-436a-b791-2355dd271338, URL: /sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar to file: /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:23.963Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312050621-csar.csar
2022-03-12T05:08:23.963Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:23.963Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:24.075Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4285122484611717860/Definitions/service-Vfw20220312050621-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-12T05:08:25.509Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:08:25.509Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-12T05:08:25.509Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.509Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 28443958-b9e3 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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||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-Vfw20220312050621-csar.csar
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.510Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.511Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T05:08:25.512Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.513Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.514Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4cd9e580-ce81-42fc-be1b-a5c70802d3da
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:25.515Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cbd842c4-d80d-4056-815a-c8267d3a8a21
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.516Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=700b867d-20c3-4a0c-b69e-76abcc141136
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.517Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:25.518Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:25.518Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-12 05-06-21
Description:catalog service description
Model UUID:32ad1f48-f33d-4060-af5e-cd9c16dd502d
Model Version:NULL
Model InvariantUuid:b0ff1b84-1ed0-430a-852d-4f148c13b4a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 28443958-b9e3
Model UUID:e06c68d6-10d2-47f4-868e-d89aa268adc2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e949d448-2a0d-4dd7-9339-645e3a7aeb66
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7ef671b-07bc-4f18-b82a-ae8e665b9a18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c7b2074-1d2a-4ab8-8421-730e3d6ef9ff
ModelName:Vfw28443958B9e3..base_vfw..module-0
ModelUuid:f8357ff4-ecbe-42c1-97b0-0bc937014e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4cd9e580-ce81-42fc-be1b-a5c70802d3da
ModelInvariantUuid:690f936e-ce1b-4447-b2a9-dcd9268ddf77
ModelName:vFW 28443958-b9e3-nodes.vfwCvfc
ModelUuid:030cd2bc-adfb-4623-84f6-1462d1807361
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:77a05197-3534-4da3-b59b-a3f2b1fb16e2
ModelInvariantUuid:1c9c8c07-e09d-4fdc-98ba-29d488fd9d5f
ModelName:Vfw28443958B9e3.compute.nodes.heat.vfw
ModelUuid:058a87f7-39e3-4fdf-9f76-2868c5bb89dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cbd842c4-d80d-4056-815a-c8267d3a8a21
ModelInvariantUuid:a15e7261-b1c9-4b94-bc21-b3d605dcdb26
ModelName:vFW 28443958-b9e3-nodes.vsnCvfc
ModelUuid:6a1f2d93-1d9a-49a5-978b-8c3d731a06a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:dbc41752-66a7-4efb-96c2-1d52d101c16f
ModelInvariantUuid:4341b26e-4fa8-45dd-976f-d7549ec65418
ModelName:Vfw28443958B9e3.compute.nodes.heat.vsn
ModelUuid:e55ebef8-bec6-4d27-ba61-5c280330a520
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:700b867d-20c3-4a0c-b69e-76abcc141136
ModelInvariantUuid:958f227e-a91b-492c-beed-909981bee72e
ModelName:vFW 28443958-b9e3-nodes.vpgCvfc
ModelUuid:9886ad54-ace7-45e6-a0cf-b3979f5c90ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f05a7ec4-60ca-4171-b2b9-b0b2099484dc
ModelInvariantUuid:604f3c79-bfd4-4f2e-a4e5-b1e53e889190
ModelName:Vfw28443958B9e3.compute.nodes.heat.vpg
ModelUuid:e8584509-8905-4541-abe6-4f343c98da82
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:08:25.524Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f189cbf-1912-4d8d-bf72-8f3c54f1d12d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:08:25.527Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||vFW 28443958-b9e3 0
2022-03-12T05:08:25.527Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f189cbf-1912-4d8d-bf72-8f3c54f1d12d
2022-03-12T05:08:25.527Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e68abb94-e3b8-46db-84bd-7770c15da814 from URL: /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json
2022-03-12T05:08:25.527Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T05:08:25.527Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json
2022-03-12T05:08:25.805Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T05:08:25.806Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json e68abb94-e3b8-46db-84bd-7770c15da814 785
2022-03-12T05:08:25.806Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json ASDC sendASDCNotification
2022-03-12T05:08:25.806Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json
2022-03-12T05:08:25.806Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:08:25.807Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:25.808Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:25.808Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061705806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:25.909Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:08:25.909Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:25.909Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:25.918Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:25.918Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:26.809Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw28443958B9e3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c7b2074-1d2a-4ab8-8421-730e3d6ef9ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8357ff4-ecbe-42c1-97b0-0bc937014e64",
    "vfModuleModelCustomizationUUID": "faa46b0d-ea05-48f9-b137-5710f19c5970",
    "isBase": true,
    "artifacts": [
      "36d8cb16-2d8c-4cc5-8aff-63a091177c5b",
      "6a99ce83-ebdb-4e5a-b1ce-766cf485f5de"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:08:26.813Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw28443958B9e3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8357ff4-ecbe-42c1-97b0-0bc937014e64
VfModuleModelInvariantUUID:6c7b2074-1d2a-4ab8-8421-730e3d6ef9ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
36d8cb16-2d8c-4cc5-8aff-63a091177c5b
,
6a99ce83-ebdb-4e5a-b1ce-766cf485f5de

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:08:26.815Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw28443958B9e3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c7b2074-1d2a-4ab8-8421-730e3d6ef9ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8357ff4-ecbe-42c1-97b0-0bc937014e64",
    "vfModuleModelCustomizationUUID": "faa46b0d-ea05-48f9-b137-5710f19c5970",
    "isBase": true,
    "artifacts": [
      "36d8cb16-2d8c-4cc5-8aff-63a091177c5b",
      "6a99ce83-ebdb-4e5a-b1ce-766cf485f5de"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:08:26.816Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw28443958B9e3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8357ff4-ecbe-42c1-97b0-0bc937014e64
VfModuleModelInvariantUUID:6c7b2074-1d2a-4ab8-8421-730e3d6ef9ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
36d8cb16-2d8c-4cc5-8aff-63a091177c5b
,
6a99ce83-ebdb-4e5a-b1ce-766cf485f5de

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:08:26.816Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 36d8cb16-2d8c-4cc5-8aff-63a091177c5b from URL: /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml
2022-03-12T05:08:26.816Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T05:08:26.816Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml
2022-03-12T05:08:27.008Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T05:08:27.009Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml 36d8cb16-2d8c-4cc5-8aff-63a091177c5b 20368
2022-03-12T05:08:27.009Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T05:08:27.009Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml
2022-03-12T05:08:27.010Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:08:27.010Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:27.011Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:27.012Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061707009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:27.112Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:27.112Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:27.113Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:27.121Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:27.121Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:28.012Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6a99ce83-ebdb-4e5a-b1ce-766cf485f5de from URL: /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env
2022-03-12T05:08:28.013Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-12T05:08:28.013Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env
2022-03-12T05:08:28.109Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-12T05:08:28.110Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env 6a99ce83-ebdb-4e5a-b1ce-766cf485f5de 2098
2022-03-12T05:08:28.110Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T05:08:28.110Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env
2022-03-12T05:08:28.110Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:08:28.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:28.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:28.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061708110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:08:28.213Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:28.213Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:28.214Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:28.222Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:28.222Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:29.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 32ad1f48-f33d-4060-af5e-cd9c16dd502d
2022-03-12T05:08:29.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 28443958-b9e3 0 4f189cbf-1912-4d8d-bf72-8f3c54f1d12d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:08:29.128Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53e49cf4, org.onap.sdc.toscaparser.api.parameters.Input@2d943249, org.onap.sdc.toscaparser.api.parameters.Input@4629b9e1, org.onap.sdc.toscaparser.api.parameters.Input@37fe056e, org.onap.sdc.toscaparser.api.parameters.Input@408a2c59]
2022-03-12T05:08:29.128Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-12T05:08:29.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b7ef671b-07bc-4f18-b82a-ae8e665b9a18
2022-03-12T05:08:29.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7ef671b-07bc-4f18-b82a-ae8e665b9a18 matches Tosca VF Customization UUID: b7ef671b-07bc-4f18-b82a-ae8e665b9a18
2022-03-12T05:08:29.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b7ef671b-07bc-4f18-b82a-ae8e665b9a18  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b7ef671b-07bc-4f18-b82a-ae8e665b9a18: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ffbe4d
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:08:29.131Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : faa46b0d-ea05-48f9-b137-5710f19c5970
2022-03-12T05:08:29.132Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID faa46b0d-ea05-48f9-b137-5710f19c5970
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T05:08:29.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:29.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:29.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T05:08:29.134Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:29.135Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T05:08:29.135Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.135Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4cd9e580-ce81-42fc-be1b-a5c70802d3da
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T05:08:29.136Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.136Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:29.136Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:29.136Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T05:08:29.137Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:29.138Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T05:08:29.138Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.138Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cbd842c4-d80d-4056-815a-c8267d3a8a21
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T05:08:29.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:29.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:29.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T05:08:29.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T05:08:29.141Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T05:08:29.141Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T05:08:29.141Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=700b867d-20c3-4a0c-b69e-76abcc141136
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T05:08:29.142Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.143Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:29.143Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:08:29.143Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.143Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 28443958-b9e3 0 is matching search criteria
2022-03-12T05:08:29.143Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 28443958-b9e3 0] matching following query criteria: sdcType=VF, customizationUUID=b7ef671b-07bc-4f18-b82a-ae8e665b9a18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:08:29.144Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.144Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.144Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 32ad1f48-f33d-4060-af5e-cd9c16dd502d: vFW 28443958-b9e3
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:08:29.145Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-12 05-06-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:08:29.146Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-12 05-06-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:08:29.291Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 28443958-b9e3 4f189cbf-1912-4d8d-bf72-8f3c54f1d12d 1 ASDC deployResourceStructure
2022-03-12T05:08:29.291Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json ASDC sendASDCNotification
2022-03-12T05:08:29.291Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json
2022-03-12T05:08:29.291Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:08:29.292Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:29.293Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:29.293Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061709291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:29.394Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:08:29.394Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:29.394Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:29.403Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:29.403Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:30.294Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T05:08:30.294Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml
2022-03-12T05:08:30.295Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:08:30.295Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:30.297Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:30.298Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061710294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:30.398Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T05:08:30.398Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:30.398Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:30.406Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:30.406Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:31.298Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T05:08:31.299Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env
2022-03-12T05:08:31.299Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:08:31.300Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:31.303Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:31.303Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061711298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:31.403Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:31.404Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:31.404Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:31.412Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:31.412Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:32.303Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar ASDC sendASDCNotification
2022-03-12T05:08:32.304Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar
2022-03-12T05:08:32.304Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:08:32.304Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:08:32.306Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:08:32.306Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061712303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:08:32.406Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:08:32.407Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:08:32.407Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:08:32.415Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:08:32.416Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:08:33.307Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:08:33.317Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:08:33.319Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:08:33.320Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:08:33.320Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:08:33.320Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:09:03.320Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:09:03.329Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:09:03.331Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:09:03.332Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:09:03.332Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:09:03.332Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:09:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:09:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:09:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:09:14.704Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:09:14.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:09:14.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:09:14.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:09:33.332Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:09:33.342Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:09:33.344Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:09:33.345Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:09:33.345Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:09:33.345Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:10:03.345Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:10:03.355Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:10:03.357Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:10:03.357Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:10:03.357Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:10:03.357Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:10:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:10:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:10:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:10:15.106Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:10:15.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061694581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061702958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061705806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061707009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061708110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061709291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/vfw28443958b9e30_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061710294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061711298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/resourceInstances/vfw28443958b9e30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647061712303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220312050621/1.0/artifacts/service-Vfw20220312050621-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:10:15.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:10:33.358Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:10:33.821Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:10:33.824Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:10:33.824Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:10:33.825Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:10:33.825Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:11:03.825Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:11:03.833Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:11:03.834Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:11:03.834Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:11:03.835Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:11:03.835Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:11:14.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:11:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:11:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:11:24.128Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:11:33.835Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:11:33.846Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:11:33.847Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:11:33.848Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:11:33.848Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:11:33.848Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:12:03.848Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:12:03.858Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:12:03.860Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:12:03.860Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:12:03.860Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:12:03.860Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:12:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:12:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:12:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:12:24.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:12:33.861Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:12:33.870Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:12:33.872Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:12:33.872Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:12:33.872Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:12:33.872Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:13:03.873Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:13:03.884Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:13:03.886Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:13:03.886Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:13:03.887Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:13:03.887Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:13:14.582Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:13:14.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:13:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:13:24.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:13:33.887Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T05:13:33.887Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 125f2965-0eb8-4b34-97a2-41ab091337f9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:13:33.891Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 125f2965-0eb8-4b34-97a2-41ab091337f9 and serviceModelVersionId: 32ad1f48-f33d-4060-af5e-cd9c16dd502d
2022-03-12T05:13:33.891Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0ff1b84-1ed0-430a-852d-4f148c13b4a9
2022-03-12T05:13:33.892Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0
2022-03-12T05:13:33.897Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:13:33.933Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0|INFO|500||Invoke
2022-03-12T05:13:33.933Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[125f2965-0eb8-4b34-97a2-41ab091337f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6805e2c6-2cc8-4887-9694-6340bf1e7a97], X-ECOMP-RequestID=[125f2965-0eb8-4b34-97a2-41ab091337f9], X-TransactionId=[], X-ONAP-RequestID=[125f2965-0eb8-4b34-97a2-41ab091337f9], Content-Type=[application/merge-patch+json]}
2022-03-12T05:13:33.948Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:13:33.979Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?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/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-05:13:33:958-43514], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:13:33 GMT], Content-Type=[application/json]}
2022-03-12T05:13:33.980Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?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/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d","ERR.5.4.6114"]}}}

2022-03-12T05:13:33.980Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:13:33.984Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (ec=ERR.5.4.6114)
2022-03-12T05:13:33.984Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (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-03-12T05:13:33.984Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (ec=ERR.5.4.6114)
2022-03-12T05:13:33.984Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (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-03-12T05:13:33.987Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:13:33.988Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 125f2965-0eb8-4b34-97a2-41ab091337f9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (ec=ERR.5.4.6114)
2022-03-12T05:13:33.988Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:13:33.988Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:13:33.990Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:13:33.990Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062013988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:13:34.090Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:13:34.091Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:13:34.091Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:13:34.099Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:13:34.099Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:13:35.000Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:13:35.001Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:13:35.001Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:13:45.352Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:13:45.352Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:13:45.352Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:13:45.353Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:13:54.895Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:13:54.895Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:13:54.895Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:13:54.896Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:14:04.432Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:14:04.433Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:14:04.433Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:14:04.433Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:14:13.968Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:14:13.968Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:14:13.969Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:14:13.969Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:14:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:14:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:14:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:14:15.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:14:15.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:14:15.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "125f2965-0eb8-4b34-97a2-41ab091337f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062013988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d125f2965-0eb8-4b34-97a2-41ab091337f9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b0ff1b84-1ed0-430a-852d-4f148c13b4a9/model-vers/model-ver/32ad1f48-f33d-4060-af5e-cd9c16dd502d) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:14:15.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:14:23.507Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:14:23.508Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:14:23.508Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:14:23.508Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:14:33.044Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:15:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:15:14.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:15:14.581Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:15:14.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:15:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:15:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:15:24.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:15:24.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:16:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:16:14.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:16:14.581Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:16:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:16:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:16:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:16:24.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:16:24.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:17:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:17:14.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:17:14.581Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:17:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:17:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:17:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:17:24.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:17:24.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:18:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:18:14.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:18:14.581Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:18:14.582Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:18:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:18:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:18:24.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:18:24.123Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:19:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:19:14.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:19:14.582Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:19:14.582Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:19:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:19:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:19:24.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:19:24.123Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:20:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:20:14.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:20:14.582Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:20:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:20:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:20:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:20:24.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:20:24.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:14.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:21:14.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:21:14.581Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:21:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:21:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:21:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:21:15.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:15.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcd08d9d-6778-4053-a69d-5a17b089b12d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fe3678f6-31d8-4fa7-aa00-578506ebeb3a","serviceDescription":"service","serviceInvariantUUID":"eb50cc26-cef4-4fe3-8e4b-2247879a3f94","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1aacf465-3a92-431a-9e91-d77a94615154","resourceInvariantUUID":"171805e2-9f74-4eab-b37b-bba8c914febf","resourceCustomizationUUID":"fb29feb1-88a2-4523-ba8f-a3f1b4566cce","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":"NTM1MDgwODZlYmRlMjcwZGUwY2Y1YjFkN2I1MjEwMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a5224b0-35ef-4872-a45c-c831160189bb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjY1ZDYzMjBjNmE1NDBlMThjY2YzMDlhYWE2NWMzMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4b2081b-efb2-4e0e-bfca-bc09c777bad2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:21:15.207Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:15.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062443120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.209Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062443318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.209Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "cds",
  "timestamp": 1647062444206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062443318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062443120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:15.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "cds",
  "timestamp": 1647062444206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "cds",
  "timestamp": 1647062447880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "cds",
  "timestamp": 1647062448885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-12T05:21:15.211Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:21:15.211Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062474581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:21:15.222Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcd08d9d-6778-4053-a69d-5a17b089b12d
2022-03-12T05:21:15.222Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcd08d9d-6778-4053-a69d-5a17b089b12d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:21:15.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "policy-id",
  "timestamp": 1647062453222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "policy-id",
  "timestamp": 1647062453222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "policy-id",
  "timestamp": 1647062455928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "policy-id",
  "timestamp": 1647062456932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "policy-id",
  "timestamp": 1647062457935,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:21:15.233Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcd08d9d-6778-4053-a69d-5a17b089b12d
2022-03-12T05:21:15.233Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcd08d9d-6778-4053-a69d-5a17b089b12d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:21:15.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "clamp",
  "timestamp": 1647062462078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "clamp",
  "timestamp": 1647062462078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:15.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062463698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "aai-ml",
  "timestamp": 1647062463873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062463698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "aai-ml",
  "timestamp": 1647062463873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062466472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "aai-ml",
  "timestamp": 1647062466555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:21:15.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062469126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "aai-ml",
  "timestamp": 1647062469234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "clamp",
  "timestamp": 1647062469290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "aai-ml",
  "timestamp": 1647062470237,
  "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-03-12T05:21:15.244Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bcd08d9d-6778-4053-a69d-5a17b089b12d
2022-03-12T05:21:15.244Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcd08d9d-6778-4053-a69d-5a17b089b12d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:21:15.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "clamp",
  "timestamp": 1647062471297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:21:15.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:21:15.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:21:15.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "clamp",
  "timestamp": 1647062472300,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:21:15.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcd08d9d-6778-4053-a69d-5a17b089b12d
2022-03-12T05:21:15.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcd08d9d-6778-4053-a69d-5a17b089b12d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:21:15.311Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:21:15.312Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:21:15.312Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:21:15.320Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:15.320Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:21:16.211Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:21:16.212Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:21:16.214Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:21:16.214Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062474581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:21:16.315Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:21:16.315Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:21:16.315Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:21:16.323Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:16.324Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:21:17.215Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fe3678f6-31d8-4fa7-aa00-578506ebeb3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb50cc26-cef4-4fe3-8e4b-2247879a3f94",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fb29feb1-88a2-4523-ba8f-a3f1b4566cce",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1aacf465-3a92-431a-9e91-d77a94615154",
      "resourceInvariantUUID": "171805e2-9f74-4eab-b37b-bba8c914febf",
      "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": "ZjY1ZDYzMjBjNmE1NDBlMThjY2YzMDlhYWE2NWMzMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b4b2081b-efb2-4e0e-bfca-bc09c777bad2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:21:17.216Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:21:17.216Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fe3678f6-31d8-4fa7-aa00-578506ebeb3a ASDC
2022-03-12T05:21:17.216Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bcd08d9d-6778-4053-a69d-5a17b089b12d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fe3678f6-31d8-4fa7-aa00-578506ebeb3a
ServiceInvariantUUID:eb50cc26-cef4-4fe3-8e4b-2247879a3f94
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:b4b2081b-efb2-4e0e-bfca-bc09c777bad2
ArtifactChecksum:ZjY1ZDYzMjBjNmE1NDBlMThjY2YzMDlhYWE2NWMzMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fb29feb1-88a2-4523-ba8f-a3f1b4566cce
ResourceInvariantUUID:171805e2-9f74-4eab-b37b-bba8c914febf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1aacf465-3a92-431a-9e91-d77a94615154
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-12T05:21:17.216Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe3678f6-31d8-4fa7-aa00-578506ebeb3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:21:17.236Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:21:17.236Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:21:17.236Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:21:17.236Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4b2081b-efb2-4e0e-bfca-bc09c777bad2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T05:21:17.236Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:21:17.236Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T05:21:17.450Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:21:17.452Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b4b2081b-efb2-4e0e-bfca-bc09c777bad2 52503
2022-03-12T05:21:17.452Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-12T05:21:17.452Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T05:21:17.452Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:21:17.452Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:21:17.453Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:21:17.453Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062477452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:21:17.554Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:21:17.554Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:21:17.554Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:21:17.561Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:17.561Z||pool-133-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:21:18.454Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:21:18.455Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:21:18.455Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b4b2081b-efb2-4e0e-bfca-bc09c777bad2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.455Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-12T05:21:18.456Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.456Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.525Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17970491041175688182/Definitions/service-BasicNetwork-template.yml
2022-03-12T05:21:18.875Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:21:18.875Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.876Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.877Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fe3678f6-31d8-4fa7-aa00-578506ebeb3a
Model Version:NULL
Model InvariantUuid:eb50cc26-cef4-4fe3-8e4b-2247879a3f94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:171805e2-9f74-4eab-b37b-bba8c914febf
Model UUID:e45d77fe-ab57-4f9f-81cb-8c6a5794dbdf
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fb29feb1-88a2-4523-ba8f-a3f1b4566cce
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:21:18.882Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 1aacf465-3a92-431a-9e91-d77a94615154
2022-03-12T05:21:18.883Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||No resources found for Service: fe3678f6-31d8-4fa7-aa00-578506ebeb3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:21:18.885Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||
2022-03-12T05:21:18.885Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-12T05:21:18.886Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fe3678f6-31d8-4fa7-aa00-578506ebeb3a
2022-03-12T05:21:18.886Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fe3678f6-31d8-4fa7-aa00-578506ebeb3a
2022-03-12T05:21:18.886Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-12T05:21:18.886Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:21:18.889Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36087908, org.onap.sdc.toscaparser.api.parameters.Input@2fe1e75f, org.onap.sdc.toscaparser.api.parameters.Input@5cc9ba00, org.onap.sdc.toscaparser.api.parameters.Input@6a6627d2, org.onap.sdc.toscaparser.api.parameters.Input@1f53c3af]
2022-03-12T05:21:18.890Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.890Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.890Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.890Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.890Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fe3678f6-31d8-4fa7-aa00-578506ebeb3a: Generic NeutronNet
2022-03-12T05:21:18.891Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.891Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.891Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.891Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:21:18.913Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-12T05:21:18.960Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-12T05:21:18.961Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-12T05:21:18.961Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T05:21:18.961Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:21:18.961Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:21:18.962Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:21:18.962Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062478961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:21:19.063Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:21:19.063Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:21:19.063Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:21:19.070Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:21:19.070Z||pool-134-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:21:19.963Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:21:19.970Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:21:19.971Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:21:19.972Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:21:19.972Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:21:19.972Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:21:49.972Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:21:49.982Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:21:49.983Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:21:49.984Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:21:49.984Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:21:49.984Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:22:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:22:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:22:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:22:14.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:22:14.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:22:14.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062474581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:22:14.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:22:19.984Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:22:19.992Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:22:19.994Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:22:19.994Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:22:19.994Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:22:19.994Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:22:49.994Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:22:50.002Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:22:50.004Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:22:50.004Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:22:50.004Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:22:50.004Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:23:14.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:23:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:23:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:23:15.106Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062474581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062477452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062478961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:23:15.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:23:20.005Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:23:20.014Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:23:20.016Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:23:20.016Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:23:20.016Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:23:20.016Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:23:50.017Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:23:50.027Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:23:50.029Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:23:50.029Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:23:50.029Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:23:50.029Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:24:14.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:24:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:24:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:24:20.029Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:24:20.037Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:24:20.039Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:24:20.039Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:24:20.039Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:24:20.039Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:24:24.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:24:50.039Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:24:50.049Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:24:50.051Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:24:50.051Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:24:50.051Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:24:50.051Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:25:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:25:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:25:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:25:20.052Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:25:20.060Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:25:20.061Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:25:20.062Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:25:20.062Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:25:20.062Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:25:24.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:25:50.062Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:25:50.069Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:25:50.070Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:25:50.070Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:25:50.070Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:25:50.071Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:26:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:26:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:26:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:14.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062759206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062753222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062769227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062769228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062762078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "cds",
  "timestamp": 1647062770233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:26:14.769Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 174c59a5-be20-4381-8058-182b4ce08407
2022-03-12T05:26:14.769Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 174c59a5-be20-4381-8058-182b4ce08407 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:26:14.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062770232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062763120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062763318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "policy-id",
  "timestamp": 1647062771236,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:26:14.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 174c59a5-be20-4381-8058-182b4ce08407
2022-03-12T05:26:14.779Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 174c59a5-be20-4381-8058-182b4ce08407 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062763696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062763873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062772061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062772497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062772571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:26:14.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062773259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:26:14.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:26:14.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:26:14.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062774262,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:26:14.789Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 174c59a5-be20-4381-8058-182b4ce08407
2022-03-12T05:26:14.789Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 174c59a5-be20-4381-8058-182b4ce08407 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:26:20.071Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-12T05:26:20.071Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcd08d9d-6778-4053-a69d-5a17b089b12d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:26:20.074Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcd08d9d-6778-4053-a69d-5a17b089b12d and serviceModelVersionId: fe3678f6-31d8-4fa7-aa00-578506ebeb3a
2022-03-12T05:26:20.074Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb50cc26-cef4-4fe3-8e4b-2247879a3f94
2022-03-12T05:26:20.075Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a?depth=0
2022-03-12T05:26:20.078Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:26:20.099Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T05:26:20.100Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a?depth=0|INFO|500||Invoke
2022-03-12T05:26:20.117Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:26:20.158Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:26:20.159Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-05:26:20:125-28854], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:26:20 GMT], Content-Type=[application/json]}
2022-03-12T05:26:20.159Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||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/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a","ERR.5.4.6114"]}}}

2022-03-12T05:26:20.163Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (ec=ERR.5.4.6114)
2022-03-12T05:26:20.164Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (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-03-12T05:26:20.164Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (ec=ERR.5.4.6114)
2022-03-12T05:26:20.164Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (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-03-12T05:26:20.167Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:26:20.167Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcd08d9d-6778-4053-a69d-5a17b089b12d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (ec=ERR.5.4.6114)
2022-03-12T05:26:20.168Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:26:20.168Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:20.170Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:20.170Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062780168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:26:20.270Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:20.271Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:20.271Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:20.279Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:20.280Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:26:21.179Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:26:21.180Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:26:21.180Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:26.057Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:26.058Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:26:26.058Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"174c59a5-be20-4381-8058-182b4ce08407","serviceName":"Demo_pNF_jtnGX09M0x0cNMRyZw1d","serviceVersion":"1.0","serviceUUID":"7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2","serviceDescription":"catalog service description","serviceInvariantUUID":"c37d7326-d79a-414e-bf7d-a2397137f199","resources":[{"resourceInstanceName":"pNF bb45d81b-adda 0","resourceName":"pNF bb45d81b-adda","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"913c22e2-b371-4b12-8c06-97d3f8b00df8","resourceInvariantUUID":"48454e8d-1ff1-47b9-86fd-0899e900e6ae","resourceCustomizationUUID":"1a0f3363-707a-44a2-ad4d-2d321ecbf166","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml","artifactChecksum":"M2MyZmViZjU0YjM2ODcxYjNkMDBmZmM4ZWZjOWM0ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8c35939-9e3b-43f4-bfd4-1cb57ad84111","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar","artifactChecksum":"NWRiN2RmMzhlNzY3YzY1NDg3YjczZGQ1ZTJiYWM5NzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ffdd51-e45b-4a5a-903c-124943e0c05d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff60265f-5e51-4aa8-967e-3897b4a2bbad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRhMDhiYzc3NjlhYWVjNjdjYWZlMjUwMTYzMjE5NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3166c90-5ce4-4d4d-ba3c-313c49f56d8f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1ed5707-5de1-4e06-b41d-04cd88458472","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aa17585-f4de-4675-94dd-7e6dd9863cd8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml","artifactChecksum":"YjUxYThiYjU0MzA1MzRiMTgzMTM4ZTNkNWNhYjdiZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8972e3d-dd8b-4cbb-81dd-7f532a9937bb","artifactVersion":"1"},{"artifactName":"service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar","artifactChecksum":"YzI5MDRhMzhmOTI4ZmZmMTI1MmIyYTkzMWZhZmVjOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab572c70-e741-4a6c-9964-a382705a2111","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:26:26.060Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:26.060Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:26.061Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:26.062Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:26.162Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:26.163Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:26.163Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:26.193Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:26.194Z||pool-136-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:27.062Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:27.063Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:27.064Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:27.065Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:27.165Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:27.165Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:27.165Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:27.174Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:27.174Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:28.065Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:28.066Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:28.068Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:28.068Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:28.169Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:26:28.169Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:28.169Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:28.179Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:28.179Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:26:29.069Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:29.070Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:29.072Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:29.072Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:29.172Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:29.173Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:29.173Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:29.182Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:29.182Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:30.072Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:30.073Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:30.075Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:30.075Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:30.176Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:30.176Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:30.176Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:30.184Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:30.184Z||pool-140-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:31.076Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:31.076Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:31.078Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:31.078Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:31.178Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:31.179Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:31.179Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:31.187Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:31.187Z||pool-141-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:26:32.078Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:32.079Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:32.081Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:32.081Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:26:32.181Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:32.182Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:32.182Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:32.189Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:32.190Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:33.081Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:26:33.082Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:33.084Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:33.084Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:26:33.185Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:33.185Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:33.185Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:33.192Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:33.192Z||pool-143-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:34.087Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "serviceName": "Demo_pNF_jtnGX09M0x0cNMRyZw1d",
  "serviceVersion": "1.0",
  "serviceUUID": "7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c37d7326-d79a-414e-bf7d-a2397137f199",
  "resources": [
    {
      "resourceInstanceName": "pNF bb45d81b-adda 0",
      "resourceCustomizationUUID": "1a0f3363-707a-44a2-ad4d-2d321ecbf166",
      "resourceName": "pNF bb45d81b-adda",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "913c22e2-b371-4b12-8c06-97d3f8b00df8",
      "resourceInvariantUUID": "48454e8d-1ff1-47b9-86fd-0899e900e6ae",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
      "artifactChecksum": "YzI5MDRhMzhmOTI4ZmZmMTI1MmIyYTkzMWZhZmVjOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab572c70-e741-4a6c-9964-a382705a2111"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:26:34.087Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:26:34.087Z|bcd08d9d-6778-4053-a69d-5a17b089b12d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 ASDC
2022-03-12T05:26:34.088Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:174c59a5-be20-4381-8058-182b4ce08407
ServiceName:Demo_pNF_jtnGX09M0x0cNMRyZw1d
ServiceVersion:1.0
ServiceUUID:7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2
ServiceInvariantUUID:c37d7326-d79a-414e-bf7d-a2397137f199
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
ArtifactUUID:ab572c70-e741-4a6c-9964-a382705a2111
ArtifactChecksum:YzI5MDRhMzhmOTI4ZmZmMTI1MmIyYTkzMWZhZmVjOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bb45d81b-adda 0
ResourceCustomizationUUID:1a0f3363-707a-44a2-ad4d-2d321ecbf166
ResourceInvariantUUID:48454e8d-1ff1-47b9-86fd-0899e900e6ae
ResourceName:pNF bb45d81b-adda
ResourceType:PNF
ResourceUUID:913c22e2-b371-4b12-8c06-97d3f8b00df8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-12T05:26:34.088Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:26:34.109Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:26:34.110Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:26:34.110Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:26:34.110Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ab572c70-e741-4a6c-9964-a382705a2111 from URL: /sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:34.110Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:26:34.111Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:34.157Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:26:34.162Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar ab572c70-e741-4a6c-9964-a382705a2111 82646
2022-03-12T05:26:34.162Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar ASDC sendASDCNotification
2022-03-12T05:26:34.162Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:34.162Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:26:34.163Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:34.165Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:34.165Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062794162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:26:34.265Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:34.266Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:34.266Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:34.274Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:34.274Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:35.165Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:26:35.167Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:26:35.167Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ab572c70-e741-4a6c-9964-a382705a2111, URL: /sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar to file: /app/ASDC/1/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.168Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.168Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.168Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.251Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17293634076621626576/Definitions/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml
2022-03-12T05:26:35.755Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bb45d81b-adda 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-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||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-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||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-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||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-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||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-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||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-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.756Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Node template pNF bb45d81b-adda 0 is matching search criteria
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bb45d81b-adda 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Node template pNF bb45d81b-adda 0 is matching search criteria
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bb45d81b-adda 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.757Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.758Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.758Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jtnGX09M0x0cNMRyZw1d
Description:catalog service description
Model UUID:7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2
Model Version:NULL
Model InvariantUuid:c37d7326-d79a-414e-bf7d-a2397137f199
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:26:35.763Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 913c22e2-b371-4b12-8c06-97d3f8b00df8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:26:35.765Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||pNF bb45d81b-adda 0
2022-03-12T05:26:35.765Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 913c22e2-b371-4b12-8c06-97d3f8b00df8
2022-03-12T05:26:35.765Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2
2022-03-12T05:26:35.765Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2
2022-03-12T05:26:35.765Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bb45d81b-adda 0 913c22e2-b371-4b12-8c06-97d3f8b00df8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cf7ee97, org.onap.sdc.toscaparser.api.parameters.Input@508c743b, org.onap.sdc.toscaparser.api.parameters.Input@1d774aef, org.onap.sdc.toscaparser.api.parameters.Input@4cb4d09f, org.onap.sdc.toscaparser.api.parameters.Input@3fc40cc8]
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2: pNF bb45d81b-adda
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Processing PNF resource: 913c22e2-b371-4b12-8c06-97d3f8b00df8
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jtnGX09M0x0cNMRyZw1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:26:35.769Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1a0f3363-707a-44a2-ad4d-2d321ecbf166 is the same as notified resource customizationUUID: 1a0f3363-707a-44a2-ad4d-2d321ecbf166
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-12T05:26:35.834Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bb45d81b-adda 913c22e2-b371-4b12-8c06-97d3f8b00df8 0 ASDC deployResourceStructure
2022-03-12T05:26:35.834Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar ASDC sendASDCNotification
2022-03-12T05:26:35.834Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar
2022-03-12T05:26:35.834Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:26:35.834Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:26:35.835Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:26:35.836Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062795834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:26:35.936Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:26:35.937Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:26:35.937Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:26:35.944Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:26:35.945Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:26:36.836Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:26:36.846Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:26:36.847Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:26:36.848Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:26:36.848Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:27:06.848Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:27:06.856Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:27:06.858Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:27:06.858Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:27:06.858Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:27:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:27:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:27:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:27:14.605Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:27:14.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:27:14.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062774613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:27:14.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:27:36.858Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:27:36.866Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:27:36.868Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:27:36.868Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:27:36.868Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:28:06.868Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:28:06.877Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:28:06.879Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:28:06.879Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:28:06.879Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:28:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:28:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:28:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:28:15.107Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:28:15.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062775619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:28:15.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 174c59a5-be20-4381-8058-182b4ce08407
2022-03-12T05:28:15.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 174c59a5-be20-4381-8058-182b4ce08407 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:28:15.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062776281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:28:15.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:28:15.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "aai-ml",
  "timestamp": 1647062777284,
  "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-03-12T05:28:15.125Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 174c59a5-be20-4381-8058-182b4ce08407
2022-03-12T05:28:15.125Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 174c59a5-be20-4381-8058-182b4ce08407 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:28:15.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062777327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062779334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcd08d9d-6778-4053-a69d-5a17b089b12d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062780168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbcd08d9d-6778-4053-a69d-5a17b089b12d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eb50cc26-cef4-4fe3-8e4b-2247879a3f94/model-vers/model-ver/fe3678f6-31d8-4fa7-aa00-578506ebeb3a) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "clamp",
  "timestamp": 1647062780338,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:28:15.134Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 174c59a5-be20-4381-8058-182b4ce08407
2022-03-12T05:28:15.134Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 174c59a5-be20-4381-8058-182b4ce08407 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/resourceInstances/pnfbb45d81badda0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062781179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062794162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062795834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtngx09m0x0cnmryzw1d/1.0/artifacts/service-DemoPnfJtngx09m0x0cnmryzw1d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:28:15.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:28:36.879Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:28:36.889Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:28:36.891Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:28:36.891Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:28:36.892Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T05:28:36.892Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T05:28:36.892Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-12T05:28:36.892Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-12T05:28:36.892Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||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-03-12T05:28:36.897Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T05:29:06.897Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 174c59a5-be20-4381-8058-182b4ce08407 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:29:06.901Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 174c59a5-be20-4381-8058-182b4ce08407 and serviceModelVersionId: 7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2
2022-03-12T05:29:06.902Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c37d7326-d79a-414e-bf7d-a2397137f199
2022-03-12T05:29:06.903Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0
2022-03-12T05:29:06.909Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:29:06.935Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0|INFO|500||Invoke
2022-03-12T05:29:06.935Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[174c59a5-be20-4381-8058-182b4ce08407], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b817847-d0ce-452e-ae09-73d5ac0ed55a], X-ECOMP-RequestID=[174c59a5-be20-4381-8058-182b4ce08407], X-TransactionId=[], X-ONAP-RequestID=[174c59a5-be20-4381-8058-182b4ce08407], Content-Type=[application/merge-patch+json]}
2022-03-12T05:29:06.952Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:29:06.976Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?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/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-05:29:06:961-15341], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:29:06 GMT], Content-Type=[application/json]}
2022-03-12T05:29:06.977Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?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/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2","ERR.5.4.6114"]}}}

2022-03-12T05:29:06.977Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:29:06.981Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (ec=ERR.5.4.6114)
2022-03-12T05:29:06.981Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (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-03-12T05:29:06.981Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (ec=ERR.5.4.6114)
2022-03-12T05:29:06.981Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (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-03-12T05:29:06.984Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:29:06.985Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 174c59a5-be20-4381-8058-182b4ce08407 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (ec=ERR.5.4.6114)
2022-03-12T05:29:06.985Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:29:06.985Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:06.987Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:06.987Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062946985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:29:07.087Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:07.088Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:07.089Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:07.105Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:07.105Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:29:07.996Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:29:07.997Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:29:07.997Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:13.040Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:13.041Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:29:13.041Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"119d989f-900b-49a0-9404-f960d0d2eca1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5f855879-38ec-4d51-ae2f-aba8ede8ab9f","serviceDescription":"service","serviceInvariantUUID":"25840f9a-6d53-4062-977f-19059a642726","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b053c07e-b555-4bee-95bf-5c68fb339e11","resourceInvariantUUID":"47b675d5-72bd-4004-8738-e3540a98255a","resourceCustomizationUUID":"9c45be82-e33e-4589-827b-1d1e2928e82d","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":"N2E4NjkwNjViZWQ3Yzk2NGE0NzZhZDFjMWUxZWQ2MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0852e7be-f009-4d9f-ba4d-36f7d587e3f5","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":"ZmZlMGQzN2ViNmJlMzU2NDhkOTFhY2JmNjJkOWMzZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b346480-99bb-4c7a-b4a8-bfa2b6eaabff","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":"8e747838-b90d-4741-9640-c5b151116db1","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":"029734c2-35ea-4238-96ec-8acc50b10d4c","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":"22b6ab72-b5c1-45be-a1d6-c4aa761dfcff","artifactVersion":"2","generatedFromUUID":"8e747838-b90d-4741-9640-c5b151116db1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWJkMzBkOTk5NzA0YWEzMWUzZTMzNzI1YjJlOTg0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0283d03-91d6-4d4f-8809-f119faa5450f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjBkMzYxNjQzODZiMjA4NTM0M2MzNzFjODM5OGY2Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8a606f8-5dd4-4951-bd8f-293ad8507b04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:29:13.043Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:13.043Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:13.045Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:13.045Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:13.145Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:13.146Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:13.146Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:13.154Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:13.154Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:14.046Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:14.047Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:14.049Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:14.049Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:29:14.149Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:14.150Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:14.150Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:14.158Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:14.159Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:29:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:29:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:14.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:15.050Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:15.050Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:15.051Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:15.051Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.152Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:29:15.153Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:15.153Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:15.162Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:15.164Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:15.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062894206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062893222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062906811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062906812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062907815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:15.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "cds",
  "timestamp": 1647062907816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.190Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 119d989f-900b-49a0-9404-f960d0d2eca1
2022-03-12T05:29:15.190Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 119d989f-900b-49a0-9404-f960d0d2eca1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "policy-id",
  "timestamp": 1647062908817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:29:15.200Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 119d989f-900b-49a0-9404-f960d0d2eca1
2022-03-12T05:29:15.200Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 119d989f-900b-49a0-9404-f960d0d2eca1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062903120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062903318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062910810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062911847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062912882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062913899,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:29:15.211Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 119d989f-900b-49a0-9404-f960d0d2eca1
2022-03-12T05:29:15.212Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 119d989f-900b-49a0-9404-f960d0d2eca1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T05:29:15.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062914901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:15.217Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062912079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062913696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062920942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062921587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062909206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062913222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062923648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062924175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062924343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062924653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:29:15.228Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 119d989f-900b-49a0-9404-f960d0d2eca1
2022-03-12T05:29:15.228Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 119d989f-900b-49a0-9404-f960d0d2eca1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "cds",
  "timestamp": 1647062925161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.241Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c762df69-4876-4dac-b6ef-63307ada842c
2022-03-12T05:29:15.242Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c762df69-4876-4dac-b6ef-63307ada842c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062925179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "policy-id",
  "timestamp": 1647062926182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:29:15.251Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c762df69-4876-4dac-b6ef-63307ada842c
2022-03-12T05:29:15.251Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c762df69-4876-4dac-b6ef-63307ada842c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062926352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:15.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062926466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "clamp",
  "timestamp": 1647062927356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:29:15.262Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 119d989f-900b-49a0-9404-f960d0d2eca1
2022-03-12T05:29:15.262Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 119d989f-900b-49a0-9404-f960d0d2eca1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "aai-ml",
  "timestamp": 1647062927468,
  "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-03-12T05:29:15.271Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 119d989f-900b-49a0-9404-f960d0d2eca1
2022-03-12T05:29:15.271Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 119d989f-900b-49a0-9404-f960d0d2eca1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062923120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647062923318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062933013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062934117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062935210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062936325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062913873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062937360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:29:15.286Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c762df69-4876-4dac-b6ef-63307ada842c
2022-03-12T05:29:15.286Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c762df69-4876-4dac-b6ef-63307ada842c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062937615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647062938362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062942310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:29:15.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "aai-ml",
  "timestamp": 1647062943313,
  "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-03-12T05:29:15.294Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c762df69-4876-4dac-b6ef-63307ada842c
2022-03-12T05:29:15.294Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c762df69-4876-4dac-b6ef-63307ada842c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "174c59a5-be20-4381-8058-182b4ce08407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062946985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d174c59a5-be20-4381-8058-182b4ce08407 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c37d7326-d79a-414e-bf7d-a2397137f199/model-vers/model-ver/7d3d7bf9-7b6b-4bc9-8be1-9069565ecdd2) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062942078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062943696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062953658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:29:15.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:29:16.052Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:16.053Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:16.055Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:16.055Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:16.155Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:16.156Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:16.156Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:16.163Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:16.163Z||pool-150-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:17.055Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:17.056Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:17.058Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:17.058Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-12T05:29:17.158Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:17.159Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:17.159Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:17.166Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:17.166Z||pool-151-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:18.059Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:18.060Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:18.061Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:18.061Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:29:18.162Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:29:18.162Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:18.162Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:18.170Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:18.170Z||pool-152-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:19.062Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:29:19.063Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:19.064Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:19.064Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:29:19.165Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:19.166Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:19.166Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:19.172Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:19.173Z||pool-153-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:29:20.066Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5f855879-38ec-4d51-ae2f-aba8ede8ab9f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "25840f9a-6d53-4062-977f-19059a642726",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9c45be82-e33e-4589-827b-1d1e2928e82d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b053c07e-b555-4bee-95bf-5c68fb339e11",
      "resourceInvariantUUID": "47b675d5-72bd-4004-8738-e3540a98255a",
      "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": "ZmZlMGQzN2ViNmJlMzU2NDhkOTFhY2JmNjJkOWMzZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b346480-99bb-4c7a-b4a8-bfa2b6eaabff",
          "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": "8e747838-b90d-4741-9640-c5b151116db1",
          "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": "22b6ab72-b5c1-45be-a1d6-c4aa761dfcff",
            "generatedFromUUID": "8e747838-b90d-4741-9640-c5b151116db1"
          },
          "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": "22b6ab72-b5c1-45be-a1d6-c4aa761dfcff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjBkMzYxNjQzODZiMjA4NTM0M2MzNzFjODM5OGY2Y2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8a606f8-5dd4-4951-bd8f-293ad8507b04"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:29:20.066Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:29:20.066Z|174c59a5-be20-4381-8058-182b4ce08407|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f855879-38ec-4d51-ae2f-aba8ede8ab9f ASDC
2022-03-12T05:29:20.067Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:119d989f-900b-49a0-9404-f960d0d2eca1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5f855879-38ec-4d51-ae2f-aba8ede8ab9f
ServiceInvariantUUID:25840f9a-6d53-4062-977f-19059a642726
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:d8a606f8-5dd4-4951-bd8f-293ad8507b04
ArtifactChecksum:ZjBkMzYxNjQzODZiMjA4NTM0M2MzNzFjODM5OGY2Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9c45be82-e33e-4589-827b-1d1e2928e82d
ResourceInvariantUUID:47b675d5-72bd-4004-8738-e3540a98255a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b053c07e-b555-4bee-95bf-5c68fb339e11
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:3b346480-99bb-4c7a-b4a8-bfa2b6eaabff
ArtifactChecksum:ZmZlMGQzN2ViNmJlMzU2NDhkOTFhY2JmNjJkOWMzZjQ=
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:8e747838-b90d-4741-9640-c5b151116db1
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:22b6ab72-b5c1-45be-a1d6-c4aa761dfcff
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:22b6ab72-b5c1-45be-a1d6-c4aa761dfcff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T05:29:20.067Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f855879-38ec-4d51-ae2f-aba8ede8ab9f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:29:20.088Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:29:20.088Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:29:20.089Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:29:20.089Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d8a606f8-5dd4-4951-bd8f-293ad8507b04 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-12T05:29:20.089Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:29:20.089Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-12T05:29:20.372Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:29:20.376Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d8a606f8-5dd4-4951-bd8f-293ad8507b04 71053
2022-03-12T05:29:20.376Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-12T05:29:20.376Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-12T05:29:20.376Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:29:20.377Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:20.378Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:20.378Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062960376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:20.479Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:20.480Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:20.480Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:20.486Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:20.486Z||pool-154-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:21.379Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:29:21.380Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:29:21.380Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d8a606f8-5dd4-4951-bd8f-293ad8507b04, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:21.380Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-12T05:29:21.381Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:21.381Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:21.557Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12809247434159024822/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-12T05:29:22.357Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:29:22.357Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.358Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:29:22.359Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.360Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.361Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:22.362Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6102899a-0f55-4f54-9617-9238312e5a16
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.363Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.364Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.364Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.364Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:22.364Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:22.364Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5f855879-38ec-4d51-ae2f-aba8ede8ab9f
Model Version:NULL
Model InvariantUuid:25840f9a-6d53-4062-977f-19059a642726
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9bf06575-f3d5-4927-ae91-9cd4679bd58a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47b675d5-72bd-4004-8738-e3540a98255a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c45be82-e33e-4589-827b-1d1e2928e82d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1a4ce410-241a-4cfa-a72a-9d5018fc47b8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:fc15353f-e581-4fc5-b724-25d897b3dfc7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6102899a-0f55-4f54-9617-9238312e5a16
ModelInvariantUuid:f59336e1-3830-4eb8-9b91-5b1637a047d6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ce4c763d-a8f2-42be-ba00-b538c1c80d66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ce9e6c96-3524-4501-adb2-2fc32d639a1b
ModelInvariantUuid:40872e32-5183-4ddf-b3e9-7be4c034a63f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8c305833-6bc3-4957-b3da-c63491556af5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:29:22.370Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b053c07e-b555-4bee-95bf-5c68fb339e11
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:29:22.372Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-03-12T05:29:22.372Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b053c07e-b555-4bee-95bf-5c68fb339e11
2022-03-12T05:29:22.373Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b346480-99bb-4c7a-b4a8-bfa2b6eaabff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-12T05:29:22.373Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:29:22.373Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-12T05:29:22.604Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:29:22.605Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3b346480-99bb-4c7a-b4a8-bfa2b6eaabff 787
2022-03-12T05:29:22.605Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-12T05:29:22.605Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-12T05:29:22.605Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:29:22.605Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:22.607Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:22.607Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062962605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:22.707Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:22.708Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:22.708Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:22.716Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:22.717Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:23.608Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1a4ce410-241a-4cfa-a72a-9d5018fc47b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc15353f-e581-4fc5-b724-25d897b3dfc7",
    "vfModuleModelCustomizationUUID": "5aefcd2b-b745-408f-aa31-d4f6464006fd",
    "isBase": true,
    "artifacts": [
      "8e747838-b90d-4741-9640-c5b151116db1",
      "22b6ab72-b5c1-45be-a1d6-c4aa761dfcff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:29:23.611Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc15353f-e581-4fc5-b724-25d897b3dfc7
VfModuleModelInvariantUUID:1a4ce410-241a-4cfa-a72a-9d5018fc47b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e747838-b90d-4741-9640-c5b151116db1
,
22b6ab72-b5c1-45be-a1d6-c4aa761dfcff

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:29:23.613Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1a4ce410-241a-4cfa-a72a-9d5018fc47b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc15353f-e581-4fc5-b724-25d897b3dfc7",
    "vfModuleModelCustomizationUUID": "5aefcd2b-b745-408f-aa31-d4f6464006fd",
    "isBase": true,
    "artifacts": [
      "8e747838-b90d-4741-9640-c5b151116db1",
      "22b6ab72-b5c1-45be-a1d6-c4aa761dfcff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:29:23.613Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc15353f-e581-4fc5-b724-25d897b3dfc7
VfModuleModelInvariantUUID:1a4ce410-241a-4cfa-a72a-9d5018fc47b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e747838-b90d-4741-9640-c5b151116db1
,
22b6ab72-b5c1-45be-a1d6-c4aa761dfcff

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:29:23.613Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e747838-b90d-4741-9640-c5b151116db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-12T05:29:23.614Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:29:23.614Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-12T05:29:23.800Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:29:23.800Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8e747838-b90d-4741-9640-c5b151116db1 5033
2022-03-12T05:29:23.801Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-12T05:29:23.801Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-12T05:29:23.801Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:29:23.801Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:23.803Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:23.803Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062963801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:23.904Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T05:29:23.904Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:23.904Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:23.913Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:23.913Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:24.804Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 22b6ab72-b5c1-45be-a1d6-c4aa761dfcff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-12T05:29:24.805Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:29:24.805Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-12T05:29:24.951Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:29:24.952Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 22b6ab72-b5c1-45be-a1d6-c4aa761dfcff 903
2022-03-12T05:29:24.952Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-12T05:29:24.952Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-12T05:29:24.952Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:29:24.952Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:24.954Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:24.954Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062964952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:29:25.054Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:25.055Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:25.055Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:25.063Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:25.063Z||pool-157-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:25.955Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5f855879-38ec-4d51-ae2f-aba8ede8ab9f
2022-03-12T05:29:25.955Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b053c07e-b555-4bee-95bf-5c68fb339e11 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:29:25.966Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aa8339c, org.onap.sdc.toscaparser.api.parameters.Input@289c0ac3, org.onap.sdc.toscaparser.api.parameters.Input@29f28141, org.onap.sdc.toscaparser.api.parameters.Input@62735d31, org.onap.sdc.toscaparser.api.parameters.Input@59fca630]
2022-03-12T05:29:25.967Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.967Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.967Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-12T05:29:25.967Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9c45be82-e33e-4589-827b-1d1e2928e82d
2022-03-12T05:29:25.967Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c45be82-e33e-4589-827b-1d1e2928e82d matches Tosca VF Customization UUID: 9c45be82-e33e-4589-827b-1d1e2928e82d
2022-03-12T05:29:25.968Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9c45be82-e33e-4589-827b-1d1e2928e82d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T05:29:25.969Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.969Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.969Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9c45be82-e33e-4589-827b-1d1e2928e82d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-12T05:29:25.969Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54d95c5a
2022-03-12T05:29:25.970Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.970Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:29:25.970Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5aefcd2b-b745-408f-aa31-d4f6464006fd
2022-03-12T05:29:25.970Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5aefcd2b-b745-408f-aa31-d4f6464006fd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T05:29:25.971Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.971Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-12T05:29:25.972Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6102899a-0f55-4f54-9617-9238312e5a16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T05:29:25.974Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.974Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:25.974Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:29:25.974Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.974Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-12T05:29:25.974Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9c45be82-e33e-4589-827b-1d1e2928e82d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:29:25.975Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.975Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5f855879-38ec-4d51-ae2f-aba8ede8ab9f: basic_vm
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:29:25.976Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:29:26.030Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b053c07e-b555-4bee-95bf-5c68fb339e11 1 ASDC deployResourceStructure
2022-03-12T05:29:26.030Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-12T05:29:26.030Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-12T05:29:26.030Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:29:26.031Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:26.032Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:26.032Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062966030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:26.133Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:29:26.133Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:26.133Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:26.141Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:26.142Z||pool-158-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:27.033Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-12T05:29:27.033Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-12T05:29:27.034Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:29:27.034Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:27.035Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:27.036Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062967033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:27.136Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:27.136Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:27.136Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:27.144Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:27.145Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:28.036Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-12T05:29:28.037Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-12T05:29:28.037Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:29:28.037Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:28.039Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:28.039Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062968036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:28.139Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:28.140Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:28.140Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:28.147Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:28.147Z||pool-160-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:29.040Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-12T05:29:29.040Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-12T05:29:29.040Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:29:29.040Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:29:29.042Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:29:29.042Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062969039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:29:29.142Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:29:29.143Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:29:29.143Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:29:29.151Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:29:29.151Z||pool-161-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:29:30.042Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 119d989f-900b-49a0-9404-f960d0d2eca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:29:30.052Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 119d989f-900b-49a0-9404-f960d0d2eca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:29:30.053Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:29:30.054Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:29:30.054Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T05:29:30.054Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T05:29:30.054Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-12T05:29:30.054Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||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-03-12T05:29:30.059Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T05:30:00.059Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 119d989f-900b-49a0-9404-f960d0d2eca1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:30:00.063Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 119d989f-900b-49a0-9404-f960d0d2eca1 and serviceModelVersionId: 5f855879-38ec-4d51-ae2f-aba8ede8ab9f
2022-03-12T05:30:00.063Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25840f9a-6d53-4062-977f-19059a642726
2022-03-12T05:30:00.064Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0
2022-03-12T05:30:00.069Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:30:00.089Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0|INFO|500||Invoke
2022-03-12T05:30:00.090Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[119d989f-900b-49a0-9404-f960d0d2eca1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3113c2a-7037-45b9-84d3-1e1368c6d8b4], X-ECOMP-RequestID=[119d989f-900b-49a0-9404-f960d0d2eca1], X-TransactionId=[], X-ONAP-RequestID=[119d989f-900b-49a0-9404-f960d0d2eca1], Content-Type=[application/merge-patch+json]}
2022-03-12T05:30:00.105Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:30:00.129Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?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/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-05:30:00:114-95402], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:30:00 GMT], Content-Type=[application/json]}
2022-03-12T05:30:00.130Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?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/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f","ERR.5.4.6114"]}}}

2022-03-12T05:30:00.131Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:30:00.133Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (ec=ERR.5.4.6114)
2022-03-12T05:30:00.134Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (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-03-12T05:30:00.134Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (ec=ERR.5.4.6114)
2022-03-12T05:30:00.134Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (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-03-12T05:30:00.137Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:30:00.137Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 119d989f-900b-49a0-9404-f960d0d2eca1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (ec=ERR.5.4.6114)
2022-03-12T05:30:00.137Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:30:00.137Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:00.138Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:00.138Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063000137,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:30:00.239Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:30:00.239Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:00.240Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:00.252Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:00.253Z||pool-162-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:30:01.148Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:30:01.148Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c762df69-4876-4dac-b6ef-63307ada842c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a8250db6-debc-415e-a20e-7eddb0a3b844","serviceDescription":"service","serviceInvariantUUID":"f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1180d965-9b66-4795-8fce-db69a52733e6","resourceInvariantUUID":"f0721977-1841-4248-a670-6e173064e837","resourceCustomizationUUID":"07c0c712-9e8d-41b0-aaca-76d65d4ca026","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":"NWZmYjgzMDk4ZWIyZDc0MzgyMTczNGZjN2I4YTliMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"432fa154-5738-46d4-8c94-c00ae12c95d7","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":"6a94461a-99ef-45b6-866d-5a49d083e7ec","artifactVersion":"2","generatedFromUUID":"a14e9aaa-10b7-478c-9a51-01b94ecd7ef8"},{"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":"a14e9aaa-10b7-478c-9a51-01b94ecd7ef8","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":"MmE2NTRhYTZmNzY0NGFiZmM5NzMyZmU1MmVmODk5NmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d80d8e09-75a2-4082-9c25-ccdce20e6f84","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":"362a0774-fdcf-463e-b870-019a91e03e75","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":"8eff9ec7-65eb-49cf-9649-e382e48fdd8c","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":"43187958-6845-478b-9a54-756566c122ac","artifactVersion":"2","generatedFromUUID":"362a0774-fdcf-463e-b870-019a91e03e75"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjJmNWNkZDQ2ZjQ4Y2FkNmFhNGFiY2RmZTExOGFjZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6af419c-e0a4-4b67-84ee-8bd56acac17c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODY1YThjZDMwYmQxYTkxMGIzYjZjZWJhNmE3MGRhZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df82a59f-11eb-4d25-ab74-ed2ef620ffd2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:30:01.148Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:01.149Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:01.150Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:01.151Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:30:01.251Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:01.252Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:01.252Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:01.259Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:01.259Z||pool-163-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:02.151Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:02.153Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:02.154Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:02.155Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-12T05:30:02.255Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:02.256Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:02.256Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:02.265Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:02.265Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:03.155Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:03.156Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:03.158Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:03.159Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-12T05:30:03.259Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:03.259Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:03.260Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:03.269Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:03.269Z||pool-165-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:04.159Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:04.160Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:04.162Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:04.162Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:30:04.262Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:04.263Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:04.263Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:04.272Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:04.272Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:05.163Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:05.163Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:05.165Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:05.165Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:30:05.266Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:30:05.266Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:05.267Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:05.274Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:05.274Z||pool-167-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:06.166Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:06.166Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:06.169Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:06.169Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:30:06.270Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:06.270Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:06.271Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:06.280Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:06.280Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:07.170Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:07.171Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:07.173Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:07.173Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-12T05:30:07.273Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:07.274Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:07.274Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:07.282Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:07.282Z||pool-169-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:08.173Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:08.175Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:08.178Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:08.178Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:30:08.278Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:08.278Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:08.278Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:08.286Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:08.286Z||pool-170-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:09.178Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:30:09.179Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:09.181Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:09.181Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:30:09.281Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:09.282Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:09.282Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:09.291Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:09.291Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:10.182Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "a8250db6-debc-415e-a20e-7eddb0a3b844",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "07c0c712-9e8d-41b0-aaca-76d65d4ca026",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1180d965-9b66-4795-8fce-db69a52733e6",
      "resourceInvariantUUID": "f0721977-1841-4248-a670-6e173064e837",
      "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": "6a94461a-99ef-45b6-866d-5a49d083e7ec",
          "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": "a14e9aaa-10b7-478c-9a51-01b94ecd7ef8",
          "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": "MmE2NTRhYTZmNzY0NGFiZmM5NzMyZmU1MmVmODk5NmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d80d8e09-75a2-4082-9c25-ccdce20e6f84",
          "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": "362a0774-fdcf-463e-b870-019a91e03e75",
          "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": "43187958-6845-478b-9a54-756566c122ac",
            "generatedFromUUID": "362a0774-fdcf-463e-b870-019a91e03e75"
          },
          "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": "43187958-6845-478b-9a54-756566c122ac",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODY1YThjZDMwYmQxYTkxMGIzYjZjZWJhNmE3MGRhZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df82a59f-11eb-4d25-ab74-ed2ef620ffd2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:30:10.182Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:30:10.183Z|119d989f-900b-49a0-9404-f960d0d2eca1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a8250db6-debc-415e-a20e-7eddb0a3b844 ASDC
2022-03-12T05:30:10.183Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c762df69-4876-4dac-b6ef-63307ada842c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a8250db6-debc-415e-a20e-7eddb0a3b844
ServiceInvariantUUID:f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a
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:df82a59f-11eb-4d25-ab74-ed2ef620ffd2
ArtifactChecksum:ODY1YThjZDMwYmQxYTkxMGIzYjZjZWJhNmE3MGRhZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:07c0c712-9e8d-41b0-aaca-76d65d4ca026
ResourceInvariantUUID:f0721977-1841-4248-a670-6e173064e837
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:1180d965-9b66-4795-8fce-db69a52733e6
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:6a94461a-99ef-45b6-866d-5a49d083e7ec
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:a14e9aaa-10b7-478c-9a51-01b94ecd7ef8
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:d80d8e09-75a2-4082-9c25-ccdce20e6f84
ArtifactChecksum:MmE2NTRhYTZmNzY0NGFiZmM5NzMyZmU1MmVmODk5NmM=
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:362a0774-fdcf-463e-b870-019a91e03e75
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:43187958-6845-478b-9a54-756566c122ac
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:43187958-6845-478b-9a54-756566c122ac
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T05:30:10.183Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8250db6-debc-415e-a20e-7eddb0a3b844 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:30:10.207Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:30:10.208Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:30:10.208Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:30:10.208Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df82a59f-11eb-4d25-ab74-ed2ef620ffd2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-12T05:30:10.208Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:30:10.208Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-12T05:30:10.254Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:30:10.258Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar df82a59f-11eb-4d25-ab74-ed2ef620ffd2 68957
2022-03-12T05:30:10.259Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-12T05:30:10.259Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-12T05:30:10.259Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:30:10.259Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:10.261Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:10.261Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063010259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:30:10.361Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:10.362Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:10.362Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:10.370Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:10.370Z||pool-172-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:11.261Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:30:11.262Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:30:11.263Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: df82a59f-11eb-4d25-ab74-ed2ef620ffd2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:11.263Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-12T05:30:11.263Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:11.264Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:11.381Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12917405735447029913/Definitions/service-BasicCnf-template.yml
2022-03-12T05:30:12.121Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:30:12.121Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:30:12.121Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:30:12.122Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:12.123Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=67d87e90-9fce-46e2-a275-4e8c5d47d3ad
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:12.124Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a8250db6-debc-415e-a20e-7eddb0a3b844
Model Version:NULL
Model InvariantUuid:f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1efe1a1d-040c-4f14-9a01-5453149a70ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0721977-1841-4248-a670-6e173064e837
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:07c0c712-9e8d-41b0-aaca-76d65d4ca026
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b8a611c-28a1-4a46-8837-51d91cfdb748
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bf46a1ef-8fd7-4b08-8e2a-0b7bfee1bc34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:67d87e90-9fce-46e2-a275-4e8c5d47d3ad
ModelInvariantUuid:def82646-9aa1-4738-b68e-565d8eaf69b4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:aeb09906-5af0-4fe7-8198-1ed26145780b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0d934ca5-d0ad-442e-a862-9f2ab016e041
ModelInvariantUuid:a1b10b65-2005-4b36-904f-bb82e53b0d0f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:218a9dca-fa28-4a5d-94b7-a0b49dbb35c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:30:12.128Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1180d965-9b66-4795-8fce-db69a52733e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:30:12.130Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-03-12T05:30:12.130Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1180d965-9b66-4795-8fce-db69a52733e6
2022-03-12T05:30:12.130Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6a94461a-99ef-45b6-866d-5a49d083e7ec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-12T05:30:12.130Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:30:12.131Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-12T05:30:12.155Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:30:12.155Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6a94461a-99ef-45b6-866d-5a49d083e7ec 12
2022-03-12T05:30:12.155Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-12T05:30:12.155Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-12T05:30:12.155Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:30:12.156Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:12.157Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:12.157Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063012155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:30:12.258Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:30:12.258Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:12.259Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:12.267Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:12.267Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:13.157Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a14e9aaa-10b7-478c-9a51-01b94ecd7ef8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-12T05:30:13.158Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:30:13.158Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-12T05:30:13.549Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:30:13.549Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a14e9aaa-10b7-478c-9a51-01b94ecd7ef8 2688
2022-03-12T05:30:13.549Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-12T05:30:13.550Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-12T05:30:13.550Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:30:13.550Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:13.551Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:13.552Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063013549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:30:13.652Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:13.652Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:13.652Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:13.661Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:13.661Z||pool-174-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:14.553Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d80d8e09-75a2-4082-9c25-ccdce20e6f84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-12T05:30:14.553Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:30:14.554Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-12T05:30:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:30:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:30:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:14.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:14.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:30:14.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:30:14.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:30:14.849Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:30:14.850Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d80d8e09-75a2-4082-9c25-ccdce20e6f84 828
2022-03-12T05:30:14.850Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-12T05:30:14.850Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-12T05:30:14.850Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:30:14.851Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:14.852Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:14.853Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063014850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:30:14.953Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:14.954Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:14.954Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:14.963Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:14.964Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:15.853Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8b8a611c-28a1-4a46-8837-51d91cfdb748",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf46a1ef-8fd7-4b08-8e2a-0b7bfee1bc34",
    "vfModuleModelCustomizationUUID": "8644f83c-325f-4ac0-afba-5f0269e394b5",
    "isBase": true,
    "artifacts": [
      "a14e9aaa-10b7-478c-9a51-01b94ecd7ef8",
      "362a0774-fdcf-463e-b870-019a91e03e75",
      "43187958-6845-478b-9a54-756566c122ac"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:30:15.856Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf46a1ef-8fd7-4b08-8e2a-0b7bfee1bc34
VfModuleModelInvariantUUID:8b8a611c-28a1-4a46-8837-51d91cfdb748
VfModuleModelDescription:NULL
Artifacts UUID List:{
a14e9aaa-10b7-478c-9a51-01b94ecd7ef8
,
362a0774-fdcf-463e-b870-019a91e03e75
,
43187958-6845-478b-9a54-756566c122ac

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:30:15.858Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8b8a611c-28a1-4a46-8837-51d91cfdb748",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf46a1ef-8fd7-4b08-8e2a-0b7bfee1bc34",
    "vfModuleModelCustomizationUUID": "8644f83c-325f-4ac0-afba-5f0269e394b5",
    "isBase": true,
    "artifacts": [
      "a14e9aaa-10b7-478c-9a51-01b94ecd7ef8",
      "362a0774-fdcf-463e-b870-019a91e03e75",
      "43187958-6845-478b-9a54-756566c122ac"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:30:15.858Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf46a1ef-8fd7-4b08-8e2a-0b7bfee1bc34
VfModuleModelInvariantUUID:8b8a611c-28a1-4a46-8837-51d91cfdb748
VfModuleModelDescription:NULL
Artifacts UUID List:{
a14e9aaa-10b7-478c-9a51-01b94ecd7ef8
,
362a0774-fdcf-463e-b870-019a91e03e75
,
43187958-6845-478b-9a54-756566c122ac

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:30:15.859Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 362a0774-fdcf-463e-b870-019a91e03e75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-12T05:30:15.859Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:30:15.859Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-12T05:30:16.149Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:30:16.149Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 362a0774-fdcf-463e-b870-019a91e03e75 1164
2022-03-12T05:30:16.150Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-12T05:30:16.150Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-12T05:30:16.150Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:30:16.150Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:16.152Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:16.152Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063016150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:30:16.252Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:16.253Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:16.253Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:16.263Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:16.263Z||pool-176-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:17.153Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43187958-6845-478b-9a54-756566c122ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-12T05:30:17.153Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:30:17.154Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-12T05:30:17.366Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:30:17.366Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 43187958-6845-478b-9a54-756566c122ac 200
2022-03-12T05:30:17.367Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-12T05:30:17.367Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-12T05:30:17.367Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:30:17.367Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:17.369Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:17.369Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063017367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:30:17.469Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:17.470Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:17.470Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:17.476Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:17.477Z||pool-177-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:30:18.369Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a8250db6-debc-415e-a20e-7eddb0a3b844
2022-03-12T05:30:18.370Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1180d965-9b66-4795-8fce-db69a52733e6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-03-12T05:30:18.381Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:30:18.384Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e11d694, org.onap.sdc.toscaparser.api.parameters.Input@1e468dfc, org.onap.sdc.toscaparser.api.parameters.Input@7502dde7, org.onap.sdc.toscaparser.api.parameters.Input@27e1fa74, org.onap.sdc.toscaparser.api.parameters.Input@17f42d6a]
2022-03-12T05:30:18.385Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.385Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.386Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-12T05:30:18.386Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 07c0c712-9e8d-41b0-aaca-76d65d4ca026
2022-03-12T05:30:18.386Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07c0c712-9e8d-41b0-aaca-76d65d4ca026 matches Tosca VF Customization UUID: 07c0c712-9e8d-41b0-aaca-76d65d4ca026
2022-03-12T05:30:18.386Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 07c0c712-9e8d-41b0-aaca-76d65d4ca026  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 07c0c712-9e8d-41b0-aaca-76d65d4ca026: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76e30748
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:30:18.388Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8644f83c-325f-4ac0-afba-5f0269e394b5
2022-03-12T05:30:18.389Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8644f83c-325f-4ac0-afba-5f0269e394b5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T05:30:18.390Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.390Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:18.390Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:30:18.390Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.390Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:18.390Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:30:18.391Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.391Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-12T05:30:18.391Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-12T05:30:18.391Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=67d87e90-9fce-46e2-a275-4e8c5d47d3ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T05:30:18.392Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.392Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:18.392Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:30:18.393Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.393Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-12T05:30:18.393Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=07c0c712-9e8d-41b0-aaca-76d65d4ca026
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:30:18.394Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.394Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.395Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a8250db6-debc-415e-a20e-7eddb0a3b844: basic_cnf
2022-03-12T05:30:18.395Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.395Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.395Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.395Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:30:18.396Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:30:18.439Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1180d965-9b66-4795-8fce-db69a52733e6 1 ASDC deployResourceStructure
2022-03-12T05:30:18.440Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-12T05:30:18.440Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-12T05:30:18.440Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-12T05:30:18.440Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:18.442Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:18.442Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063018440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-12T05:30:18.542Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:18.543Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:18.543Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:18.551Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:18.551Z||pool-178-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:19.443Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-12T05:30:19.443Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-12T05:30:19.443Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-12T05:30:19.444Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:19.446Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:19.446Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063019443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-12T05:30:19.546Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:19.547Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:19.547Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:19.555Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:19.555Z||pool-179-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:20.446Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-12T05:30:20.447Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-12T05:30:20.447Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:30:20.447Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:20.449Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:20.449Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063020446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:30:20.549Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:20.550Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:20.550Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:20.558Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:20.558Z||pool-180-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:21.450Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-12T05:30:21.451Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-12T05:30:21.451Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:30:21.451Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:21.453Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:21.453Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063021450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:30:21.554Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:30:21.555Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:21.555Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:21.562Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:21.562Z||pool-181-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:22.454Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-12T05:30:22.455Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-12T05:30:22.455Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:30:22.455Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:22.456Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:22.457Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063022454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:30:22.557Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:22.558Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:30:22.558Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:22.565Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:22.565Z||pool-182-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:23.457Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-12T05:30:23.458Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-12T05:30:23.458Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:30:23.458Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:30:23.460Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:30:23.460Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063023457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:30:23.560Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:30:23.561Z||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-03-12T05:30:23.561Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:30:23.569Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:30:23.570Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:30:24.460Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:30:24.469Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:30:24.470Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:30:24.471Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:30:24.471Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:30:24.471Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:30:54.471Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:30:54.480Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:30:54.482Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:30:54.482Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:30:54.482Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:30:54.482Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:31:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:31:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:31:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:31:14.604Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:31:14.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062955997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062956348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647062957001,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:31:14.611Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c762df69-4876-4dac-b6ef-63307ada842c
2022-03-12T05:31:14.611Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c762df69-4876-4dac-b6ef-63307ada842c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062958354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:31:14.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "clamp",
  "timestamp": 1647062959358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:31:14.623Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c762df69-4876-4dac-b6ef-63307ada842c
2022-03-12T05:31:14.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c762df69-4876-4dac-b6ef-63307ada842c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:31:14.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062960376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062962605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062963801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062964952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062966030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062967033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062968036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062969039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "119d989f-900b-49a0-9404-f960d0d2eca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063000137,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d119d989f-900b-49a0-9404-f960d0d2eca1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25840f9a-6d53-4062-977f-19059a642726/model-vers/model-ver/5f855879-38ec-4d51-ae2f-aba8ede8ab9f) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647062947996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063010259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063012155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:14.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T05:31:14.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063013549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:31:14.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:31:24.482Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:31:24.491Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:31:24.493Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:31:24.493Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:31:24.493Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T05:31:24.493Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T05:31:24.493Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-12T05:31:24.493Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||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-03-12T05:31:24.497Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T05:31:54.497Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c762df69-4876-4dac-b6ef-63307ada842c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:31:54.501Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c762df69-4876-4dac-b6ef-63307ada842c and serviceModelVersionId: a8250db6-debc-415e-a20e-7eddb0a3b844
2022-03-12T05:31:54.501Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a
2022-03-12T05:31:54.501Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0
2022-03-12T05:31:54.504Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:31:54.528Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0|INFO|500||Invoke
2022-03-12T05:31:54.529Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c762df69-4876-4dac-b6ef-63307ada842c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[134a3a37-a489-43c0-b3e4-2cf1c51993fb], X-ECOMP-RequestID=[c762df69-4876-4dac-b6ef-63307ada842c], X-TransactionId=[], X-ONAP-RequestID=[c762df69-4876-4dac-b6ef-63307ada842c], Content-Type=[application/merge-patch+json]}
2022-03-12T05:31:54.543Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:31:54.569Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?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/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-05:31:54:553-84825], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:31:54 GMT], Content-Type=[application/json]}
2022-03-12T05:31:54.570Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?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/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844","ERR.5.4.6114"]}}}

2022-03-12T05:31:54.571Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:31:54.574Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (ec=ERR.5.4.6114)
2022-03-12T05:31:54.574Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (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-03-12T05:31:54.574Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (ec=ERR.5.4.6114)
2022-03-12T05:31:54.574Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (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-03-12T05:31:54.577Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:31:54.577Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c762df69-4876-4dac-b6ef-63307ada842c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (ec=ERR.5.4.6114)
2022-03-12T05:31:54.577Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:31:54.577Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:31:54.579Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:31:54.579Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063114577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:31:54.679Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:31:54.680Z||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-03-12T05:31:54.680Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:31:54.691Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:31:54.691Z||pool-184-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:31:55.589Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:31:55.589Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:31:55.589Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:06.343Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:06.343Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:06.344Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:06.344Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:14.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:14.599Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:14.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:32:14.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063014850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:32:14.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:32:15.878Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:15.879Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:15.879Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:15.879Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:25.418Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:25.418Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:25.419Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:25.419Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:35.021Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:35.022Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:35.023Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:35.023Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:44.559Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:44.560Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:44.560Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:44.561Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:32:54.093Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:32:54.094Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:32:54.094Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:32:54.094Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:33:03.628Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:33:03.628Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:33:03.628Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:33:03.628Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:33:13.164Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:33:13.165Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:33:13.165Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:33:13.165Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:33:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:33:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:33:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:33:14.612Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:33:14.613Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.613Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063016150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:33:14.613Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.613Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063017367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063018440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063019443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063020446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.614Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063021450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063022454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063023457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:33:14.615Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:33:22.697Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:33:22.698Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:33:22.698Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:33:22.699Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:33:32.230Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:14.581Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:34:14.581Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:34:14.582Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:14.582Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:34:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:34:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:34:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c762df69-4876-4dac-b6ef-63307ada842c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063114577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc762df69-4876-4dac-b6ef-63307ada842c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f92d9f22-05d6-4fd7-9e26-2ca1e9f1f17a/model-vers/model-ver/a8250db6-debc-415e-a20e-7eddb0a3b844) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:34:14.605Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:34:15.203Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:15.204Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:34:15.204Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"26af183d-211d-4c55-a248-583035711782","serviceName":"Demo_pNF_aJlxvgk4lQqUHRrrIe6f","serviceVersion":"1.0","serviceUUID":"81d410ed-4f5b-4d6e-98d7-07daad00dd1b","serviceDescription":"catalog service description","serviceInvariantUUID":"4497ac20-faf2-4f79-9999-7e018f589090","resources":[{"resourceInstanceName":"pNF 3055ffb9-9a20 0","resourceName":"pNF 3055ffb9-9a20","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0fed0275-04bb-4f5c-9c62-5709e4fd2e66","resourceInvariantUUID":"db96129f-595c-4aa1-b3e9-b25fb9d420fa","resourceCustomizationUUID":"ca97f3db-8b6e-47b1-b9a6-76484309aaaf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml","artifactChecksum":"ZjMzOTU4YjkzOTAxZGFhMzQxNzA4NDZhN2M3YzEwMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09988e3a-ef80-4dc0-b3d3-ebdfbc1b6a4d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar","artifactChecksum":"NWRiN2RmMzhlNzY3YzY1NDg3YjczZGQ1ZTJiYWM5NzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39f3f34d-a2cd-4109-811d-8447de88fa49","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3338a0cc-66d3-41ae-b122-87dd80b4793a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml","artifactChecksum":"NzMwNzMyMjFlMzZmYjM3YjdmYTEwZmMzNWZiOTc0ZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71bd9176-1027-4107-bdac-52cf6b82f745","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6ded6d7-02f8-4b60-8fa6-1369ae036846","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"943c8767-f6c6-402d-b3b9-8791c9448aad","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml","artifactChecksum":"ZDQ2ZmM0M2EzZWYyYzU3YTQzY2FjNTMyN2U1N2NhMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d4b3afd-3801-4c9e-90de-aae15f4084fc","artifactVersion":"1"},{"artifactName":"service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar","artifactChecksum":"ZjFiYTgzMjQ2ZGFlMjYxOGJiYThmOTkwODU2N2ZhZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ce07e90-ca7e-4179-ae9f-5d3cd4051cc0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:34:15.206Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:15.206Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:15.208Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:15.209Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:15.310Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:34:15.311Z||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-03-12T05:34:15.311Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:15.319Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:15.319Z||pool-185-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:16.209Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:16.210Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:16.212Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:16.212Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:16.312Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:16.313Z||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-03-12T05:34:16.313Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:16.321Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:16.321Z||pool-186-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:17.213Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:17.213Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:17.215Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:17.215Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:17.315Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:17.316Z||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-03-12T05:34:17.316Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:17.323Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:17.323Z||pool-187-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:18.216Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:18.216Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:18.218Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:18.218Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:18.318Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:18.319Z||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-03-12T05:34:18.319Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:18.327Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:18.328Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:19.218Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:19.219Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:19.220Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:19.220Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:19.320Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:19.321Z||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-03-12T05:34:19.321Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:19.329Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:19.329Z||pool-189-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:20.221Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:20.221Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:20.223Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:20.223Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:20.323Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:20.324Z||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-03-12T05:34:20.324Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:20.330Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:20.330Z||pool-190-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:21.224Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:21.224Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:21.226Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:21.226Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:34:21.326Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:21.327Z||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-03-12T05:34:21.327Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:21.333Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:21.333Z||pool-191-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:34:22.227Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:34:22.227Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:22.229Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:22.229Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:34:22.329Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:22.330Z||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-03-12T05:34:22.330Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:22.337Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:22.338Z||pool-192-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:23.230Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "serviceName": "Demo_pNF_aJlxvgk4lQqUHRrrIe6f",
  "serviceVersion": "1.0",
  "serviceUUID": "81d410ed-4f5b-4d6e-98d7-07daad00dd1b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4497ac20-faf2-4f79-9999-7e018f589090",
  "resources": [
    {
      "resourceInstanceName": "pNF 3055ffb9-9a20 0",
      "resourceCustomizationUUID": "ca97f3db-8b6e-47b1-b9a6-76484309aaaf",
      "resourceName": "pNF 3055ffb9-9a20",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0fed0275-04bb-4f5c-9c62-5709e4fd2e66",
      "resourceInvariantUUID": "db96129f-595c-4aa1-b3e9-b25fb9d420fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
      "artifactChecksum": "ZjFiYTgzMjQ2ZGFlMjYxOGJiYThmOTkwODU2N2ZhZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ce07e90-ca7e-4179-ae9f-5d3cd4051cc0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:34:23.230Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:34:23.230Z|c762df69-4876-4dac-b6ef-63307ada842c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81d410ed-4f5b-4d6e-98d7-07daad00dd1b ASDC
2022-03-12T05:34:23.231Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:26af183d-211d-4c55-a248-583035711782
ServiceName:Demo_pNF_aJlxvgk4lQqUHRrrIe6f
ServiceVersion:1.0
ServiceUUID:81d410ed-4f5b-4d6e-98d7-07daad00dd1b
ServiceInvariantUUID:4497ac20-faf2-4f79-9999-7e018f589090
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
ArtifactUUID:4ce07e90-ca7e-4179-ae9f-5d3cd4051cc0
ArtifactChecksum:ZjFiYTgzMjQ2ZGFlMjYxOGJiYThmOTkwODU2N2ZhZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3055ffb9-9a20 0
ResourceCustomizationUUID:ca97f3db-8b6e-47b1-b9a6-76484309aaaf
ResourceInvariantUUID:db96129f-595c-4aa1-b3e9-b25fb9d420fa
ResourceName:pNF 3055ffb9-9a20
ResourceType:PNF
ResourceUUID:0fed0275-04bb-4f5c-9c62-5709e4fd2e66
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-12T05:34:23.231Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81d410ed-4f5b-4d6e-98d7-07daad00dd1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:34:23.251Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:34:23.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:34:23.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:34:23.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4ce07e90-ca7e-4179-ae9f-5d3cd4051cc0 from URL: /sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:23.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:34:23.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:23.399Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:34:23.404Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar 4ce07e90-ca7e-4179-ae9f-5d3cd4051cc0 82633
2022-03-12T05:34:23.404Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar ASDC sendASDCNotification
2022-03-12T05:34:23.405Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:23.405Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:34:23.405Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:23.407Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:23.407Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063263404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:34:23.508Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:34:23.508Z||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-03-12T05:34:23.508Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:23.515Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:23.515Z||pool-193-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:24.408Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:34:24.408Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:34:24.409Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4ce07e90-ca7e-4179-ae9f-5d3cd4051cc0, URL: /sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar to file: /app/ASDC/1/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:24.409Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:24.409Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:24.410Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:24.533Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14769640686298358321/Definitions/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml
2022-03-12T05:34:25.047Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:34:25.047Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:34:25.047Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.047Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-12T05:34:25.047Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.047Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3055ffb9-9a20 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-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Node template pNF 3055ffb9-9a20 0 is matching search criteria
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:34:25.048Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 3055ffb9-9a20 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Node template pNF 3055ffb9-9a20 0 is matching search criteria
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 3055ffb9-9a20 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.049Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.050Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.050Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.050Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.050Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.050Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_aJlxvgk4lQqUHRrrIe6f
Description:catalog service description
Model UUID:81d410ed-4f5b-4d6e-98d7-07daad00dd1b
Model Version:NULL
Model InvariantUuid:4497ac20-faf2-4f79-9999-7e018f589090
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:34:25.055Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0fed0275-04bb-4f5c-9c62-5709e4fd2e66
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:34:25.058Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||pNF 3055ffb9-9a20 0
2022-03-12T05:34:25.058Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0fed0275-04bb-4f5c-9c62-5709e4fd2e66
2022-03-12T05:34:25.058Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 81d410ed-4f5b-4d6e-98d7-07daad00dd1b
2022-03-12T05:34:25.059Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 81d410ed-4f5b-4d6e-98d7-07daad00dd1b
2022-03-12T05:34:25.059Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3055ffb9-9a20 0 0fed0275-04bb-4f5c-9c62-5709e4fd2e66 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:34:25.064Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e7cd683, org.onap.sdc.toscaparser.api.parameters.Input@2d123d97, org.onap.sdc.toscaparser.api.parameters.Input@36d82a12, org.onap.sdc.toscaparser.api.parameters.Input@7636c465, org.onap.sdc.toscaparser.api.parameters.Input@2ea6ccee]
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 81d410ed-4f5b-4d6e-98d7-07daad00dd1b: pNF 3055ffb9-9a20
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0fed0275-04bb-4f5c-9c62-5709e4fd2e66
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aJlxvgk4lQqUHRrrIe6f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:34:25.065Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||Resource customization UUID: ca97f3db-8b6e-47b1-b9a6-76484309aaaf is the same as notified resource customizationUUID: ca97f3db-8b6e-47b1-b9a6-76484309aaaf
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-12T05:34:25.087Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3055ffb9-9a20 0fed0275-04bb-4f5c-9c62-5709e4fd2e66 0 ASDC deployResourceStructure
2022-03-12T05:34:25.087Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar ASDC sendASDCNotification
2022-03-12T05:34:25.087Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar
2022-03-12T05:34:25.088Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:34:25.088Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:34:25.089Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:34:25.089Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063265087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:34:25.190Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:34:25.190Z||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-03-12T05:34:25.190Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:34:25.202Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:34:25.202Z||pool-194-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:34:26.090Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:34:26.100Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:34:26.102Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:34:26.102Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:34:26.103Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:34:56.103Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:34:56.109Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:34:56.110Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:34:56.111Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:34:56.111Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:35:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:35:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:35:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:35:14.601Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:35:14.602Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:35:14.602Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:35:14.602Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:35:14.602Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:35:14.602Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:35:14.602Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:35:26.111Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:35:26.118Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:35:26.120Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:35:26.120Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:35:26.120Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:35:56.120Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:35:56.129Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:35:56.131Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:35:56.131Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:35:56.131Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:36:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:36:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:36:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:36:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:36:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:36:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:36:14.604Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:36:26.131Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:36:26.140Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:36:26.142Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:36:26.142Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:36:26.142Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:36:56.143Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:36:56.150Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:36:56.152Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:36:56.152Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:36:56.152Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:37:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:37:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:37:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:37:15.108Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:37:15.110Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.111Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.112Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.113Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.114Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.115Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063243873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063253222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063254206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063262063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.116Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063254581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063262362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063263008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063263366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063263404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.117Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "cds",
  "timestamp": 1647063264012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:37:15.123Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26af183d-211d-4c55-a248-583035711782
2022-03-12T05:37:15.123Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26af183d-211d-4c55-a248-583035711782 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:37:15.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.129Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "policy-id",
  "timestamp": 1647063264369,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:37:15.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26af183d-211d-4c55-a248-583035711782
2022-03-12T05:37:15.133Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26af183d-211d-4c55-a248-583035711782 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.139Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063265087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063265364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.140Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "aai-ml",
  "timestamp": 1647063266367,
  "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-03-12T05:37:15.144Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 26af183d-211d-4c55-a248-583035711782
2022-03-12T05:37:15.144Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26af183d-211d-4c55-a248-583035711782 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:37:15.150Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.151Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063263120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063263319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.152Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063272033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063273050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.153Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063274052,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:37:15.157Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26af183d-211d-4c55-a248-583035711782
2022-03-12T05:37:15.157Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26af183d-211d-4c55-a248-583035711782 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.162Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.163Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/resourceInstances/pnf3055ffb99a200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063272078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063273696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.164Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063282465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.165Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.165Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.165Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063284191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:37:15.165Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.165Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.165Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063285194,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:37:15.168Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26af183d-211d-4c55-a248-583035711782
2022-03-12T05:37:15.168Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26af183d-211d-4c55-a248-583035711782 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:37:15.173Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.173Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063285632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:37:15.173Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.173Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.173Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063287394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjlxvgk4lqquhrrrie6f/1.0/artifacts/service-DemoPnfAjlxvgk4lqquhrrrie6f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:37:15.174Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:37:15.174Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T05:37:15.174Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "clamp",
  "timestamp": 1647063288398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:37:15.177Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26af183d-211d-4c55-a248-583035711782
2022-03-12T05:37:15.177Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26af183d-211d-4c55-a248-583035711782 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:37:26.152Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:37:26.161Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26af183d-211d-4c55-a248-583035711782
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-12T05:37:26.163Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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-03-12T05:37:26.167Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T05:37:56.167Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26af183d-211d-4c55-a248-583035711782 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:37:56.171Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26af183d-211d-4c55-a248-583035711782 and serviceModelVersionId: 81d410ed-4f5b-4d6e-98d7-07daad00dd1b
2022-03-12T05:37:56.171Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4497ac20-faf2-4f79-9999-7e018f589090
2022-03-12T05:37:56.172Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b?depth=0
2022-03-12T05:37:56.178Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:37:56.201Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T05:37:56.201Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b?depth=0|INFO|500||Invoke
2022-03-12T05:37:56.221Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:37:56.246Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:37:56.246Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-05:37:56:229-66274], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:37:56 GMT], Content-Type=[application/json]}
2022-03-12T05:37:56.247Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||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/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b","ERR.5.4.6114"]}}}

2022-03-12T05:37:56.251Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (ec=ERR.5.4.6114)
2022-03-12T05:37:56.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (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-03-12T05:37:56.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (ec=ERR.5.4.6114)
2022-03-12T05:37:56.252Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (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-03-12T05:37:56.255Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:37:56.255Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26af183d-211d-4c55-a248-583035711782 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (ec=ERR.5.4.6114)
2022-03-12T05:37:56.255Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:37:56.255Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:37:56.257Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:37:56.257Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063476255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:37:56.357Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:37:56.358Z||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-03-12T05:37:56.358Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:37:56.373Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:37:56.373Z||pool-195-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:37:57.265Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:37:57.265Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:37:57.265Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:38:07.948Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:38:07.948Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:38:07.949Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:38:07.949Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:38:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:38:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:38:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:38:15.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:38:15.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:38:15.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26af183d-211d-4c55-a248-583035711782",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063476255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d26af183d-211d-4c55-a248-583035711782 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4497ac20-faf2-4f79-9999-7e018f589090/model-vers/model-ver/81d410ed-4f5b-4d6e-98d7-07daad00dd1b) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:38:15.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:38:17.486Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:38:17.487Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:38:17.487Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:38:17.487Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:38:27.021Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:38:27.022Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:38:27.022Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:38:27.022Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:38:36.560Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:39:14.581Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:39:14.581Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:39:14.581Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:39:14.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:39:14.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:39:14.583Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:39:24.120Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:39:24.121Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:14.581Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:40:14.581Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:40:14.581Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:14.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:40:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:40:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:15.203Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:15.204Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.205Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea79b2bc-f208-4c5c-9c10-5c4531385ecd","serviceName":"Demo_pNF_6wdJbj2o5T9srLMfMFR9","serviceVersion":"1.0","serviceUUID":"80845941-cf2d-4bce-9fad-2083a656f9ae","serviceDescription":"catalog service description","serviceInvariantUUID":"0fbd7313-5243-4ec2-882f-87ea1abd32de","resources":[{"resourceInstanceName":"pNF a7e5f649-244a 0","resourceName":"pNF a7e5f649-244a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1437fc36-b9a9-4296-b15b-5670e48967c8","resourceInvariantUUID":"300dc2b8-a7bd-47d1-9355-4c3569fc3547","resourceCustomizationUUID":"fd2a3b8b-7fae-43d0-8615-dd1925362420","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml","artifactChecksum":"YTg2Zjc2OWQ3MTUzZmE0OWMwYzgyMzgyYmVkNDcwNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b005437b-7e62-4fc8-9aa1-ec420b94fa37","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar","artifactChecksum":"NWRiN2RmMzhlNzY3YzY1NDg3YjczZGQ1ZTJiYWM5NzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d2b027e-4ed2-47cc-9977-07807ae05bbd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed8ea0ed-cc2c-4ba5-926d-7b3c5997bead","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml","artifactChecksum":"YmI2ODIwMDJkYmQxZjZmZWQ5MTJiOWE0ZmI5YTRiYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8133023-37ff-4579-bd07-f860f8104734","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5991f047-5c05-48fa-9724-5c9823f80603","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67c971c7-612c-4512-b156-af11e35825e3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml","artifactChecksum":"NWZlNGZhZTEwMGIxODY2NjkzNDhjMTExYTU0YzIwNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"350728a6-a229-494f-adb6-6fae9fff52db","artifactVersion":"1"},{"artifactName":"service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar","artifactChecksum":"MWVhNTVmMjBlMGM1YjlhYzczM2RhMmVkNTdlZGE0MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81b5f02a-3a9c-4bec-b3c5-5e3e1c1054e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:40:15.206Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:15.207Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:15.209Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:15.209Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.213Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063573873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063572078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063573696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063573222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063587956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063587971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063587959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063588963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063589676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "policy-id",
  "timestamp": 1647063589965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea79b2bc-f208-4c5c-9c10-5c4531385ecd
2022-03-12T05:40:15.236Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea79b2bc-f208-4c5c-9c10-5c4531385ecd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063590680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:40:15.245Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea79b2bc-f208-4c5c-9c10-5c4531385ecd
2022-03-12T05:40:15.245Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea79b2bc-f208-4c5c-9c10-5c4531385ecd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063583120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063583318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063584205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:40:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063592116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:15.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "aai-ml",
  "timestamp": 1647063592477,
  "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-03-12T05:40:15.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ea79b2bc-f208-4c5c-9c10-5c4531385ecd
2022-03-12T05:40:15.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea79b2bc-f208-4c5c-9c10-5c4531385ecd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063593007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063593133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "cds",
  "timestamp": 1647063594012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:40:15.265Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea79b2bc-f208-4c5c-9c10-5c4531385ecd
2022-03-12T05:40:15.265Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea79b2bc-f208-4c5c-9c10-5c4531385ecd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063594134,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:40:15.275Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ea79b2bc-f208-4c5c-9c10-5c4531385ecd
2022-03-12T05:40:15.275Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea79b2bc-f208-4c5c-9c10-5c4531385ecd and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063596423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063598432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:40:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "clamp",
  "timestamp": 1647063599435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:40:15.285Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea79b2bc-f208-4c5c-9c10-5c4531385ecd
2022-03-12T05:40:15.285Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea79b2bc-f208-4c5c-9c10-5c4531385ecd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:40:15.309Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:15.309Z||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-03-12T05:40:15.309Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:15.317Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:15.317Z||pool-196-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:16.209Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:16.210Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:16.211Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:16.212Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:16.312Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:16.312Z||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-03-12T05:40:16.312Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:16.320Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:16.321Z||pool-197-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:17.212Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:17.212Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:17.214Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:17.214Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:17.314Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:17.315Z||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-03-12T05:40:17.315Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:17.323Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:17.323Z||pool-198-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:18.215Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:18.215Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:18.217Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:18.217Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:18.317Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:18.318Z||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-03-12T05:40:18.318Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:18.327Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:18.327Z||pool-199-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:19.217Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:19.218Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:19.219Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:19.220Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:19.320Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:19.320Z||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-03-12T05:40:19.320Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:19.328Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:19.329Z||pool-200-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:20.220Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:20.220Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:20.222Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:20.222Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:20.322Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:20.323Z||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-03-12T05:40:20.323Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:20.331Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:20.331Z||pool-201-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:21.223Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:21.223Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:21.225Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:21.225Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:40:21.325Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:21.326Z||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-03-12T05:40:21.326Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:21.333Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:21.334Z||pool-202-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:22.225Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:40:22.226Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:22.227Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:22.227Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:40:22.328Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:22.329Z||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-03-12T05:40:22.329Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:22.337Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:22.338Z||pool-203-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:23.228Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "serviceName": "Demo_pNF_6wdJbj2o5T9srLMfMFR9",
  "serviceVersion": "1.0",
  "serviceUUID": "80845941-cf2d-4bce-9fad-2083a656f9ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0fbd7313-5243-4ec2-882f-87ea1abd32de",
  "resources": [
    {
      "resourceInstanceName": "pNF a7e5f649-244a 0",
      "resourceCustomizationUUID": "fd2a3b8b-7fae-43d0-8615-dd1925362420",
      "resourceName": "pNF a7e5f649-244a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1437fc36-b9a9-4296-b15b-5670e48967c8",
      "resourceInvariantUUID": "300dc2b8-a7bd-47d1-9355-4c3569fc3547",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
      "artifactChecksum": "MWVhNTVmMjBlMGM1YjlhYzczM2RhMmVkNTdlZGE0MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81b5f02a-3a9c-4bec-b3c5-5e3e1c1054e4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:40:23.229Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:40:23.229Z|26af183d-211d-4c55-a248-583035711782|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 80845941-cf2d-4bce-9fad-2083a656f9ae ASDC
2022-03-12T05:40:23.229Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ea79b2bc-f208-4c5c-9c10-5c4531385ecd
ServiceName:Demo_pNF_6wdJbj2o5T9srLMfMFR9
ServiceVersion:1.0
ServiceUUID:80845941-cf2d-4bce-9fad-2083a656f9ae
ServiceInvariantUUID:0fbd7313-5243-4ec2-882f-87ea1abd32de
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
ArtifactUUID:81b5f02a-3a9c-4bec-b3c5-5e3e1c1054e4
ArtifactChecksum:MWVhNTVmMjBlMGM1YjlhYzczM2RhMmVkNTdlZGE0MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a7e5f649-244a 0
ResourceCustomizationUUID:fd2a3b8b-7fae-43d0-8615-dd1925362420
ResourceInvariantUUID:300dc2b8-a7bd-47d1-9355-4c3569fc3547
ResourceName:pNF a7e5f649-244a
ResourceType:PNF
ResourceUUID:1437fc36-b9a9-4296-b15b-5670e48967c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-12T05:40:23.229Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80845941-cf2d-4bce-9fad-2083a656f9ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:40:23.247Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:40:23.248Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:40:23.248Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:40:23.248Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81b5f02a-3a9c-4bec-b3c5-5e3e1c1054e4 from URL: /sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:23.248Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-12T05:40:23.248Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:23.313Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-12T05:40:23.319Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar 81b5f02a-3a9c-4bec-b3c5-5e3e1c1054e4 82649
2022-03-12T05:40:23.319Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar ASDC sendASDCNotification
2022-03-12T05:40:23.319Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:23.319Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:40:23.319Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:23.322Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:23.322Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063623319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:40:23.422Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:23.423Z||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-03-12T05:40:23.423Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:23.432Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:23.432Z||pool-204-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:24.322Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:40:24.323Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-12T05:40:24.323Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 81b5f02a-3a9c-4bec-b3c5-5e3e1c1054e4, URL: /sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar to file: /app/ASDC/1/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.324Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.324Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.324Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.399Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2099784307495433680/Definitions/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a7e5f649-244a 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-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.935Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Node template pNF a7e5f649-244a 0 is matching search criteria
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a7e5f649-244a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Node template pNF a7e5f649-244a 0 is matching search criteria
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a7e5f649-244a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.936Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.937Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6wdJbj2o5T9srLMfMFR9
Description:catalog service description
Model UUID:80845941-cf2d-4bce-9fad-2083a656f9ae
Model Version:NULL
Model InvariantUuid:0fbd7313-5243-4ec2-882f-87ea1abd32de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:40:24.941Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1437fc36-b9a9-4296-b15b-5670e48967c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:40:24.943Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||pNF a7e5f649-244a 0
2022-03-12T05:40:24.943Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1437fc36-b9a9-4296-b15b-5670e48967c8
2022-03-12T05:40:24.943Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 80845941-cf2d-4bce-9fad-2083a656f9ae
2022-03-12T05:40:24.943Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 80845941-cf2d-4bce-9fad-2083a656f9ae
2022-03-12T05:40:24.943Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a7e5f649-244a 0 1437fc36-b9a9-4296-b15b-5670e48967c8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@223ec3b4, org.onap.sdc.toscaparser.api.parameters.Input@5fc6be8b, org.onap.sdc.toscaparser.api.parameters.Input@26ddf5b8, org.onap.sdc.toscaparser.api.parameters.Input@7fb10360, org.onap.sdc.toscaparser.api.parameters.Input@2b465c41]
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 80845941-cf2d-4bce-9fad-2083a656f9ae: pNF a7e5f649-244a
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Processing PNF resource: 1437fc36-b9a9-4296-b15b-5670e48967c8
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:40:24.947Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6wdJbj2o5T9srLMfMFR9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:40:24.948Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Resource customization UUID: fd2a3b8b-7fae-43d0-8615-dd1925362420 is the same as notified resource customizationUUID: fd2a3b8b-7fae-43d0-8615-dd1925362420
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-12T05:40:24.968Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a7e5f649-244a 1437fc36-b9a9-4296-b15b-5670e48967c8 0 ASDC deployResourceStructure
2022-03-12T05:40:24.969Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar ASDC sendASDCNotification
2022-03-12T05:40:24.969Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar
2022-03-12T05:40:24.969Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:40:24.969Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:24.970Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:24.970Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063624969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:40:25.071Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:40:25.072Z||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-03-12T05:40:25.072Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:25.080Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:25.080Z||pool-205-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:40:25.971Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea79b2bc-f208-4c5c-9c10-5c4531385ecd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:40:25.981Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea79b2bc-f208-4c5c-9c10-5c4531385ecd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-12T05:40:25.983Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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-03-12T05:40:25.987Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T05:40:55.987Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea79b2bc-f208-4c5c-9c10-5c4531385ecd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:40:55.991Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea79b2bc-f208-4c5c-9c10-5c4531385ecd and serviceModelVersionId: 80845941-cf2d-4bce-9fad-2083a656f9ae
2022-03-12T05:40:55.991Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fbd7313-5243-4ec2-882f-87ea1abd32de
2022-03-12T05:40:55.992Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae?depth=0
2022-03-12T05:40:55.996Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:40:56.016Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T05:40:56.017Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae?depth=0|INFO|500||Invoke
2022-03-12T05:40:56.035Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:40:56.105Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:40:56.105Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-05:40:56:044-13515], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:40:56 GMT], Content-Type=[application/json]}
2022-03-12T05:40:56.106Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||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/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae","ERR.5.4.6114"]}}}

2022-03-12T05:40:56.110Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (ec=ERR.5.4.6114)
2022-03-12T05:40:56.110Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (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-03-12T05:40:56.110Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (ec=ERR.5.4.6114)
2022-03-12T05:40:56.110Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (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-03-12T05:40:56.114Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:40:56.115Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea79b2bc-f208-4c5c-9c10-5c4531385ecd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (ec=ERR.5.4.6114)
2022-03-12T05:40:56.115Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:40:56.115Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:40:56.117Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:40:56.117Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063656115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:40:56.217Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:40:56.218Z||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-03-12T05:40:56.218Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:40:56.229Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:40:56.230Z||pool-206-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:41:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:41:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:41:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:41:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:41:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:41:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:41:14.699Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:41:14.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:41:14.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:41:14.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:41:24.119Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:42:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:42:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:42:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:42:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:42:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:42:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:42:15.105Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/resourceInstances/pnfa7e5f649244a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063614581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:42:15.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063623319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063624969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6wdjbj2o5t9srlmfmfr9/1.0/artifacts/service-DemoPnf6wdjbj2o5t9srlmfmfr9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea79b2bc-f208-4c5c-9c10-5c4531385ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063656115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dea79b2bc-f208-4c5c-9c10-5c4531385ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0fbd7313-5243-4ec2-882f-87ea1abd32de/model-vers/model-ver/80845941-cf2d-4bce-9fad-2083a656f9ae) (ec\u003dERR.5.4.6114)"
}
2022-03-12T05:42:15.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:42:24.121Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:43:14.581Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:43:14.581Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:43:14.581Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:43:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:43:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:43:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:43:24.126Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:43:24.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:14.581Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:44:14.581Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:44:14.582Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:44:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:44:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:14.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:14.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:44:14.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:14.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:44:15.202Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:15.203Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-12T05:44:15.203Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5af0fb1b-957d-4cd3-9c32-12e8eae85fb5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b841874b-3966-405f-b32b-c734221a002b","serviceDescription":"service","serviceInvariantUUID":"d0187c83-b3d6-4d41-812b-6eeba4951ab1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec8ae43a-13ef-40a1-a2cf-606bfd991cf4","resourceInvariantUUID":"19741625-f5dc-4d87-a146-82280032b412","resourceCustomizationUUID":"5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3","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":"41fc20e4-6540-42fd-97da-81eb5ac6e2e1","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":"YjJmZGY3M2Q0NmNmMTMwYWFlNmEyMjc5Zjk2YjZhMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a62cdd17-5968-4e71-b82b-003e3b1af5ac","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":"ZGNhMTJmNjdkZGNjYzMwY2Y2YTM2ZTcxMzdlNTFmMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5ba8c80-34e7-46b8-be34-0806815bdfe7","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":"d39cda1b-9e6f-4afa-aa94-0daf35a9ad79","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":"7c0cdecd-8dab-49a6-97b5-c3ab3af854f6","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":"f466c0af-e76a-4d0b-bb5a-8c88f06e448d","artifactVersion":"2","generatedFromUUID":"d39cda1b-9e6f-4afa-aa94-0daf35a9ad79"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODUwMDFkYzBiOTllYWZkNzA4NjA2NmRlYTFiNmQyZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd850ccd-8cc2-4f41-9c43-b7446860bc77","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZmJhOTUyOTg5MmVjMGY4MzhkOTlmZGY1NjU0YzMzMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa964092-5e31-4e8d-9d83-9429b4b77f51","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:44:15.204Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:15.204Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:15.206Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:15.206Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:15.306Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:15.307Z||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-03-12T05:44:15.307Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:15.316Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:15.317Z||pool-207-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:16.207Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:16.207Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:16.209Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:16.209Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:16.309Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:16.310Z||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-03-12T05:44:16.310Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:16.318Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:16.318Z||pool-208-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:17.209Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:17.210Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:17.212Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:17.212Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:44:17.312Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:17.313Z||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-03-12T05:44:17.313Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:17.320Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:17.320Z||pool-209-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:18.212Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:18.213Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:18.214Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:18.215Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:44:18.315Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:18.316Z||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-03-12T05:44:18.316Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:18.324Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:18.324Z||pool-210-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:19.215Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:19.216Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:19.217Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:19.218Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:19.318Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:19.318Z||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-03-12T05:44:19.318Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:19.325Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:19.325Z||pool-211-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:44:20.218Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:20.219Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:20.220Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:20.221Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-12T05:44:20.321Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:20.321Z||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-03-12T05:44:20.321Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:20.328Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:20.328Z||pool-212-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:21.221Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:21.221Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:21.223Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:21.224Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:44:21.324Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:21.324Z||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-03-12T05:44:21.324Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:21.333Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:21.333Z||pool-213-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:22.225Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:44:22.225Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:22.227Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:22.227Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:44:22.328Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:44:22.328Z||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-03-12T05:44:22.328Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:22.336Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:22.337Z||pool-214-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:23.228Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b841874b-3966-405f-b32b-c734221a002b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d0187c83-b3d6-4d41-812b-6eeba4951ab1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec8ae43a-13ef-40a1-a2cf-606bfd991cf4",
      "resourceInvariantUUID": "19741625-f5dc-4d87-a146-82280032b412",
      "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": "ZGNhMTJmNjdkZGNjYzMwY2Y2YTM2ZTcxMzdlNTFmMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5ba8c80-34e7-46b8-be34-0806815bdfe7",
          "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": "d39cda1b-9e6f-4afa-aa94-0daf35a9ad79",
          "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": "f466c0af-e76a-4d0b-bb5a-8c88f06e448d",
            "generatedFromUUID": "d39cda1b-9e6f-4afa-aa94-0daf35a9ad79"
          },
          "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": "f466c0af-e76a-4d0b-bb5a-8c88f06e448d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZmJhOTUyOTg5MmVjMGY4MzhkOTlmZGY1NjU0YzMzMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa964092-5e31-4e8d-9d83-9429b4b77f51"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:44:23.228Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:44:23.229Z|5e82c5eb-7649-4b48-8eb1-565a9ab25f12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b841874b-3966-405f-b32b-c734221a002b ASDC
2022-03-12T05:44:23.229Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b841874b-3966-405f-b32b-c734221a002b
ServiceInvariantUUID:d0187c83-b3d6-4d41-812b-6eeba4951ab1
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:aa964092-5e31-4e8d-9d83-9429b4b77f51
ArtifactChecksum:ZmJhOTUyOTg5MmVjMGY4MzhkOTlmZGY1NjU0YzMzMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3
ResourceInvariantUUID:19741625-f5dc-4d87-a146-82280032b412
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ec8ae43a-13ef-40a1-a2cf-606bfd991cf4
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:a5ba8c80-34e7-46b8-be34-0806815bdfe7
ArtifactChecksum:ZGNhMTJmNjdkZGNjYzMwY2Y2YTM2ZTcxMzdlNTFmMzE=
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:d39cda1b-9e6f-4afa-aa94-0daf35a9ad79
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:f466c0af-e76a-4d0b-bb5a-8c88f06e448d
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:f466c0af-e76a-4d0b-bb5a-8c88f06e448d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T05:44:23.229Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b841874b-3966-405f-b32b-c734221a002b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:44:23.251Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:44:23.252Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T05:44:23.252Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T05:44:23.252Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aa964092-5e31-4e8d-9d83-9429b4b77f51 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-12T05:44:23.252Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T05:44:23.252Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-12T05:44:23.409Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T05:44:23.415Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar aa964092-5e31-4e8d-9d83-9429b4b77f51 73662
2022-03-12T05:44:23.415Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-12T05:44:23.415Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-12T05:44:23.415Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:44:23.415Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:23.417Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:23.417Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063863415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:44:23.517Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:23.518Z||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-03-12T05:44:23.518Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:23.527Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:23.528Z||pool-215-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:24.418Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:44:24.418Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T05:44:24.419Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: aa964092-5e31-4e8d-9d83-9429b4b77f51, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:24.419Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-12T05:44:24.420Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:24.420Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:24.502Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14310862041699215153/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-12T05:44:25.293Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:25.294Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T05:44:25.295Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-12T05:44:25.296Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5867a90e-6da9-48f1-9f86-26582e7c9168
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:25.297Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b841874b-3966-405f-b32b-c734221a002b
Model Version:NULL
Model InvariantUuid:d0187c83-b3d6-4d41-812b-6eeba4951ab1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fa02cbc3-3c09-4712-943a-3df2f9286845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19741625-f5dc-4d87-a146-82280032b412
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d3e8962b-3afe-487f-b393-60fec202f280
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8c43d1e5-3f00-4af6-b54b-d6ef7a424c60
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5867a90e-6da9-48f1-9f86-26582e7c9168
ModelInvariantUuid:44eb239e-326a-40df-a43f-1d9c8dfdbcc1
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:581313af-e208-42e1-b932-2579dc8aac84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:39fb79d6-b011-48f0-869a-0b6229eabfde
ModelInvariantUuid:e4df78ce-8ef3-4543-a068-4b77fb3f4940
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:fd959b87-6b7e-4e07-ad07-3bd4e4b61490
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:44:25.302Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ec8ae43a-13ef-40a1-a2cf-606bfd991cf4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:44:25.304Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-03-12T05:44:25.304Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec8ae43a-13ef-40a1-a2cf-606bfd991cf4
2022-03-12T05:44:25.304Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5ba8c80-34e7-46b8-be34-0806815bdfe7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-12T05:44:25.304Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T05:44:25.304Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-12T05:44:25.511Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T05:44:25.511Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a5ba8c80-34e7-46b8-be34-0806815bdfe7 790
2022-03-12T05:44:25.512Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-12T05:44:25.512Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-12T05:44:25.512Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:44:25.512Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:25.514Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:25.514Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063865512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:44:25.614Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:25.615Z||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-03-12T05:44:25.615Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:25.622Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:25.623Z||pool-216-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:26.514Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d3e8962b-3afe-487f-b393-60fec202f280",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c43d1e5-3f00-4af6-b54b-d6ef7a424c60",
    "vfModuleModelCustomizationUUID": "c7b1217b-2131-4a78-a402-861e98164325",
    "isBase": true,
    "artifacts": [
      "d39cda1b-9e6f-4afa-aa94-0daf35a9ad79",
      "f466c0af-e76a-4d0b-bb5a-8c88f06e448d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:44:26.517Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c43d1e5-3f00-4af6-b54b-d6ef7a424c60
VfModuleModelInvariantUUID:d3e8962b-3afe-487f-b393-60fec202f280
VfModuleModelDescription:NULL
Artifacts UUID List:{
d39cda1b-9e6f-4afa-aa94-0daf35a9ad79
,
f466c0af-e76a-4d0b-bb5a-8c88f06e448d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:44:26.519Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d3e8962b-3afe-487f-b393-60fec202f280",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c43d1e5-3f00-4af6-b54b-d6ef7a424c60",
    "vfModuleModelCustomizationUUID": "c7b1217b-2131-4a78-a402-861e98164325",
    "isBase": true,
    "artifacts": [
      "d39cda1b-9e6f-4afa-aa94-0daf35a9ad79",
      "f466c0af-e76a-4d0b-bb5a-8c88f06e448d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-12T05:44:26.519Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c43d1e5-3f00-4af6-b54b-d6ef7a424c60
VfModuleModelInvariantUUID:d3e8962b-3afe-487f-b393-60fec202f280
VfModuleModelDescription:NULL
Artifacts UUID List:{
d39cda1b-9e6f-4afa-aa94-0daf35a9ad79
,
f466c0af-e76a-4d0b-bb5a-8c88f06e448d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-12T05:44:26.519Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d39cda1b-9e6f-4afa-aa94-0daf35a9ad79 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-12T05:44:26.519Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T05:44:26.519Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-12T05:44:26.706Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T05:44:26.706Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d39cda1b-9e6f-4afa-aa94-0daf35a9ad79 5033
2022-03-12T05:44:26.706Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-12T05:44:26.706Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-12T05:44:26.706Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:44:26.707Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:26.709Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:26.709Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063866706,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:44:26.809Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:26.810Z||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-03-12T05:44:26.810Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:26.818Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:26.819Z||pool-217-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:27.709Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f466c0af-e76a-4d0b-bb5a-8c88f06e448d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-12T05:44:27.709Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T05:44:27.710Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-12T05:44:27.801Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T05:44:27.801Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f466c0af-e76a-4d0b-bb5a-8c88f06e448d 909
2022-03-12T05:44:27.801Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-12T05:44:27.801Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-12T05:44:27.802Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:44:27.802Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:27.803Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:27.804Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063867801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:44:27.904Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:27.904Z||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-03-12T05:44:27.904Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:27.914Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:27.914Z||pool-218-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:28.804Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b841874b-3966-405f-b32b-c734221a002b
2022-03-12T05:44:28.804Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ec8ae43a-13ef-40a1-a2cf-606bfd991cf4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:44:28.815Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41656283, org.onap.sdc.toscaparser.api.parameters.Input@301140c9, org.onap.sdc.toscaparser.api.parameters.Input@4ff35bda, org.onap.sdc.toscaparser.api.parameters.Input@14cf399f, org.onap.sdc.toscaparser.api.parameters.Input@7ed430ff]
2022-03-12T05:44:28.816Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.816Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.817Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-12T05:44:28.817Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3
2022-03-12T05:44:28.817Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3 matches Tosca VF Customization UUID: 5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3
2022-03-12T05:44:28.817Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-12T05:44:28.819Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.819Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.819Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-12T05:44:28.819Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cef5e54
2022-03-12T05:44:28.820Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.820Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:44:28.820Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7b1217b-2131-4a78-a402-861e98164325
2022-03-12T05:44:28.820Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7b1217b-2131-4a78-a402-861e98164325
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-12T05:44:28.821Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.821Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T05:44:28.822Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5867a90e-6da9-48f1-9f86-26582e7c9168
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-12T05:44:28.824Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.824Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:28.824Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:44:28.824Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.824Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-12T05:44:28.824Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5cf57c5f-17b6-401a-a9ae-8acbbbc8b4d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:44:28.825Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.825Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.825Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b841874b-3966-405f-b32b-c734221a002b: basicclamp
2022-03-12T05:44:28.825Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.825Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:44:28.826Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:44:28.886Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ec8ae43a-13ef-40a1-a2cf-606bfd991cf4 1 ASDC deployResourceStructure
2022-03-12T05:44:28.886Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-12T05:44:28.886Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-12T05:44:28.886Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:44:28.886Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:28.888Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:28.888Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063868886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:44:28.988Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:28.989Z||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-03-12T05:44:28.989Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:28.996Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:28.996Z||pool-219-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:29.889Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-12T05:44:29.889Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-12T05:44:29.889Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:44:29.889Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:29.891Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:29.891Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063869889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:44:29.992Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:44:29.992Z||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-03-12T05:44:29.992Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:30.001Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:30.002Z||pool-220-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:30.892Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-12T05:44:30.892Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-12T05:44:30.892Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:44:30.892Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:30.894Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:30.894Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063870892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:44:30.994Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:44:30.995Z||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-03-12T05:44:30.995Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:31.003Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:31.003Z||pool-221-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:31.895Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-12T05:44:31.895Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-12T05:44:31.895Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T05:44:31.895Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:44:31.897Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:44:31.897Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063871895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:44:31.997Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T05:44:31.998Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:44:31.998Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:44:32.005Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:44:32.006Z||pool-222-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:44:32.898Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:44:32.905Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:44:32.907Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:44:32.907Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:44:32.907Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:45:02.908Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:45:02.917Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:45:02.919Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:45:02.919Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:45:02.919Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:45:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:45:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:45:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:45:14.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:45:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:45:14.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:45:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:45:32.920Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:45:32.928Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:45:32.930Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:45:32.931Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:45:32.931Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:46:02.931Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:46:02.937Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7475921f marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=6547) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-12T05:46:02.937Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T05:46:02.937Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||(conn=6547) WSREP has not yet prepared node for application use
2022-03-12T05:46:02.939Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=6547) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-12T05:46:02.940Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=6547) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-12T05:46:02.940Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T05:46:02.940Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-12T05:46:02.940Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T05:46:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:46:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:46:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:46:14.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:46:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:46:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-12T05:46:14.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:46:32.941Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:46:32.945Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@11a4b4f3 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=6570) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-12T05:46:32.946Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T05:46:32.946Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||(conn=6570) WSREP has not yet prepared node for application use
2022-03-12T05:46:32.947Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=6570) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-12T05:46:32.948Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=6570) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-12T05:46:32.948Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T05:46:32.948Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-12T05:46:32.948Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T05:47:02.949Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:47:02.957Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:47:02.958Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:47:02.959Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T05:47:02.959Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T05:47:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:47:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:47:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:47:15.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:47:15.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063843873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063843120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063842078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063843696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647063843318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063858387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063858473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063858559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063859670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063860431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063860772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063853222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647063861434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:47:15.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
2022-03-12T05:47:15.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:47:15.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063861453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063861793,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:47:15.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
2022-03-12T05:47:15.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:47:15.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063854206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063862117,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063854581,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063862457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647063862796,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063863120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063863219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063863308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063863415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "policy-id",
  "timestamp": 1647063864123,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:47:15.140Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
2022-03-12T05:47:15.140Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T05:47:15.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "aai-ml",
  "timestamp": 1647063864221,
  "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-03-12T05:47:15.149Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
2022-03-12T05:47:15.149Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:47:15.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "cds",
  "timestamp": 1647063864312,
  "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-03-12T05:47:15.158Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
2022-03-12T05:47:15.158Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:47:15.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063865512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063865537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063866540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063866706,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "clamp",
  "timestamp": 1647063867544,
  "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-03-12T05:47:15.169Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
2022-03-12T05:47:15.169Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:47:15.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063867801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063868886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063869889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063870892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647063871895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:47:15.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:47:32.959Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:47:32.966Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-12T05:47:32.968Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T05:47:32.968Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T05:47:32.968Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T05:47:32.968Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T05:47:32.968Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-12T05:47:32.969Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||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-03-12T05:47:32.972Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T05:48:02.973Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:48:02.977Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@73661a54 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=7305) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-03-12T05:48:02.977Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T05:48:02.978Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||(conn=7305) WSREP has not yet prepared node for application use
2022-03-12T05:48:02.981Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-12T05:48:02.981Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=7305) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 53 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-03-12T05:48:02.982Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-12T05:48:02.982Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T05:48:02.986Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:48:02.986Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5af0fb1b-957d-4cd3-9c32-12e8eae85fb5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-12T05:48:02.986Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:48:02.986Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:48:02.988Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:48:02.988Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064082986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-03-12T05:48:03.088Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:48:03.091Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:48:03.091Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:48:03.103Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:48:03.104Z||pool-223-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:48:03.996Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:48:03.997Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:48:03.997Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:48:14.566Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:48:14.566Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:48:14.567Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:48:14.567Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:48:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:48:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:48:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:48:15.201Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:48:15.202Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-12T05:48:15.202Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af0fb1b-957d-4cd3-9c32-12e8eae85fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064082986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-03-12T05:48:15.202Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:48:24.102Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:48:24.103Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:48:24.103Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:48:24.103Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:48:33.635Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:48:33.635Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:48:33.636Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:48:33.636Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:48:43.173Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:49:14.581Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:49:14.581Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:49:14.581Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:49:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:49:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:49:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:49:24.121Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:49:24.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:14.581Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:50:14.581Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:50:14.581Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:50:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:50:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:15.206Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:15.207Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.207Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5024709f-d3d1-40e5-b9b1-5f7003cb685b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2e87de92-9a77-4d42-9ad7-4575857ebcb1","serviceDescription":"service","serviceInvariantUUID":"be93446a-6130-4c6b-81c9-7390506f297b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b7f64db-389f-42ab-8f2a-e09fe1c8142f","resourceInvariantUUID":"b6b1fba9-4fd5-478e-b011-fdf77bd1d6b7","resourceCustomizationUUID":"b2b110b6-e3fc-4396-9a96-3639e33b77cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NzczM2NlY2VkNWE2ZWVjMThiYzk1MjY2M2YzOTAxM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74d0c953-6697-44d2-a69a-81c3a86d7c27","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MGY2YWZjMzJiNDhhYTQyN2Q1Zjk3YWVlOWYyMWVjZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e8f70b6-feb2-4cb8-8c6a-00865fdcc223","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d8d63b0-7189-4633-9bb3-0fda282ac4e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"733f6779-3b9d-498d-bd55-8b38345562b8","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e754a8c5-de72-4711-9c8e-f7e43382209b","artifactVersion":"2","generatedFromUUID":"9c2ae024-3c30-4a87-9570-af183a779b64"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7bb6f382-542b-44ed-85bf-dd9a9cb5fba3","artifactVersion":"2","generatedFromUUID":"3d8d63b0-7189-4633-9bb3-0fda282ac4e1"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c2ae024-3c30-4a87-9570-af183a779b64","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"11114b86-1f26-4661-b31f-da4e2d2e392c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NGE1ODhkYTc2YjMzY2VmMWMxMDBiMzNkZjg0ZGNlOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23001dad-dd8f-48d9-8493-26569c9065e9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWQ4ZDQ4NjI4MWE3Y2VjOWYwNDNkZmQ3ODI5ZDQ0OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"554378cd-79cd-4a87-bf8b-eabf480471a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T05:50:15.210Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:15.211Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:15.213Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:15.213Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.214Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:15.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064173873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064172078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064173696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064173222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064192563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064192611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064192715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064183120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647064183318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064193568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064193829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064184206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "policy-id",
  "timestamp": 1647064194571,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:50:15.235Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5024709f-d3d1-40e5-b9b1-5f7003cb685b
2022-03-12T05:50:15.235Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5024709f-d3d1-40e5-b9b1-5f7003cb685b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:50:15.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064194748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:50:15.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064195011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064195019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647064195752,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:50:15.244Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5024709f-d3d1-40e5-b9b1-5f7003cb685b
2022-03-12T05:50:15.244Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5024709f-d3d1-40e5-b9b1-5f7003cb685b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:50:15.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064196201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064196935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "cds",
  "timestamp": 1647064197051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:50:15.252Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5024709f-d3d1-40e5-b9b1-5f7003cb685b
2022-03-12T05:50:15.252Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5024709f-d3d1-40e5-b9b1-5f7003cb685b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:50:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064197318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "aai-ml",
  "timestamp": 1647064197938,
  "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-03-12T05:50:15.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5024709f-d3d1-40e5-b9b1-5f7003cb685b
2022-03-12T05:50:15.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5024709f-d3d1-40e5-b9b1-5f7003cb685b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:50:15.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064198373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:50:15.268Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5024709f-d3d1-40e5-b9b1-5f7003cb685b
2022-03-12T05:50:15.268Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5024709f-d3d1-40e5-b9b1-5f7003cb685b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-12T05:50:15.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647064199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064201490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064205502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:50:15.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "clamp",
  "timestamp": 1647064206507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T05:50:15.275Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5024709f-d3d1-40e5-b9b1-5f7003cb685b
2022-03-12T05:50:15.275Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5024709f-d3d1-40e5-b9b1-5f7003cb685b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T05:50:15.313Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:15.313Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:15.314Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:15.322Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:15.322Z||pool-224-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:16.213Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:16.214Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:16.215Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:16.216Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:50:16.316Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:16.317Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:16.317Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:16.326Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:16.326Z||pool-225-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:17.217Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:17.217Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:17.219Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:17.219Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:50:17.319Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:17.320Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:17.320Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:17.327Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:17.327Z||pool-226-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:18.219Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:18.220Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:18.222Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:18.222Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:18.322Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:18.323Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:18.323Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:18.330Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:18.331Z||pool-227-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:19.223Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:19.223Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:19.225Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:19.225Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-12T05:50:19.325Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:19.325Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:19.326Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:19.332Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:19.333Z||pool-228-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:20.225Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:20.226Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:20.227Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:20.228Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-12T05:50:20.328Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:20.328Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:20.329Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:20.336Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:20.337Z||pool-229-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:21.228Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:21.228Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:21.230Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:21.230Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-12T05:50:21.330Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:21.331Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:21.331Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:21.339Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:21.339Z||pool-230-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:22.230Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:22.231Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:22.233Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:22.233Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:22.333Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:22.333Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:22.333Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:22.341Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:22.341Z||pool-231-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:50:23.233Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:23.234Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:23.236Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:23.236Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:50:23.336Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:23.337Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:23.337Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:23.344Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:23.344Z||pool-232-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:24.236Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T05:50:24.236Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:24.238Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:24.239Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:50:24.339Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:24.339Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:24.339Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:24.347Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:24.347Z||pool-233-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-12T05:50:25.239Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2e87de92-9a77-4d42-9ad7-4575857ebcb1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be93446a-6130-4c6b-81c9-7390506f297b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b2b110b6-e3fc-4396-9a96-3639e33b77cb",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9b7f64db-389f-42ab-8f2a-e09fe1c8142f",
      "resourceInvariantUUID": "b6b1fba9-4fd5-478e-b011-fdf77bd1d6b7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MGY2YWZjMzJiNDhhYTQyN2Q1Zjk3YWVlOWYyMWVjZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e8f70b6-feb2-4cb8-8c6a-00865fdcc223",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3d8d63b0-7189-4633-9bb3-0fda282ac4e1",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7bb6f382-542b-44ed-85bf-dd9a9cb5fba3",
            "generatedFromUUID": "3d8d63b0-7189-4633-9bb3-0fda282ac4e1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e754a8c5-de72-4711-9c8e-f7e43382209b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7bb6f382-542b-44ed-85bf-dd9a9cb5fba3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9c2ae024-3c30-4a87-9570-af183a779b64",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YWQ4ZDQ4NjI4MWE3Y2VjOWYwNDNkZmQ3ODI5ZDQ0OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "554378cd-79cd-4a87-bf8b-eabf480471a0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-12T05:50:25.240Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T05:50:25.240Z|5af0fb1b-957d-4cd3-9c32-12e8eae85fb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2e87de92-9a77-4d42-9ad7-4575857ebcb1 ASDC
2022-03-12T05:50:25.240Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5024709f-d3d1-40e5-b9b1-5f7003cb685b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2e87de92-9a77-4d42-9ad7-4575857ebcb1
ServiceInvariantUUID:be93446a-6130-4c6b-81c9-7390506f297b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:554378cd-79cd-4a87-bf8b-eabf480471a0
ArtifactChecksum:YWQ4ZDQ4NjI4MWE3Y2VjOWYwNDNkZmQ3ODI5ZDQ0OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b2b110b6-e3fc-4396-9a96-3639e33b77cb
ResourceInvariantUUID:b6b1fba9-4fd5-478e-b011-fdf77bd1d6b7
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:9b7f64db-389f-42ab-8f2a-e09fe1c8142f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:5e8f70b6-feb2-4cb8-8c6a-00865fdcc223
ArtifactChecksum:MGY2YWZjMzJiNDhhYTQyN2Q1Zjk3YWVlOWYyMWVjZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:3d8d63b0-7189-4633-9bb3-0fda282ac4e1
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:7bb6f382-542b-44ed-85bf-dd9a9cb5fba3
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:e754a8c5-de72-4711-9c8e-f7e43382209b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:7bb6f382-542b-44ed-85bf-dd9a9cb5fba3
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:9c2ae024-3c30-4a87-9570-af183a779b64
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-12T05:50:25.240Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e87de92-9a77-4d42-9ad7-4575857ebcb1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:50:25.267Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:50:25.268Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T05:50:25.268Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T05:50:25.268Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 554378cd-79cd-4a87-bf8b-eabf480471a0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:25.268Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-12T05:50:25.268Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:25.416Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-12T05:50:25.424Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 554378cd-79cd-4a87-bf8b-eabf480471a0 158204
2022-03-12T05:50:25.424Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-12T05:50:25.424Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:25.425Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T05:50:25.425Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:25.426Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:25.426Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064225424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:50:25.527Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T05:50:25.527Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:25.527Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:25.534Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:25.535Z||pool-234-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-03-12T05:50:26.427Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T05:50:26.427Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-12T05:50:26.428Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 554378cd-79cd-4a87-bf8b-eabf480471a0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:26.428Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-12T05:50:26.429Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:26.429Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:26.511Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3747220416367628857/Definitions/service-BasicCnfMacro-template.yml
2022-03-12T05:50:27.312Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T05:50:27.312Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T05:50:27.312Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.313Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-12T05:50:27.314Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-12T05:50:27.315Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=06abc98d-6e9c-43d6-aa7f-b919a71165a5
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T05:50:27.316Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2e87de92-9a77-4d42-9ad7-4575857ebcb1
Model Version:NULL
Model InvariantUuid:be93446a-6130-4c6b-81c9-7390506f297b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:00377490-a1eb-4d9c-a9bc-cdc978c144f6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6b1fba9-4fd5-478e-b011-fdf77bd1d6b7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2b110b6-e3fc-4396-9a96-3639e33b77cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2f765fd4-8418-4381-87c1-819ddae6c927
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:125ef212-a8cf-4a48-ae7e-0cd9ee5fd9dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6042dc70-d54b-4900-a973-2ea620088006
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8e07a7b9-894a-457d-8eaf-334b49251468
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:06abc98d-6e9c-43d6-aa7f-b919a71165a5
ModelInvariantUuid:889bd76d-fa69-4b44-9914-d20f6b08d704
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c338a938-0dfe-43c7-84a7-621df151f942
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f1c70a87-4b23-4a7b-a576-423fa737eb97
ModelInvariantUuid:afb84a03-c770-40e2-ac06-8af241a287e9
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b387ae89-509e-463e-83c7-1ec94fbeca70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-12T05:50:27.320Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@5cb1ec5c marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=7294) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-12T05:50:27.321Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-12T05:50:27.321Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||ERROR|500||(conn=7294) WSREP has not yet prepared node for application use
2022-03-12T05:50:27.322Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=7294) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-12T05:50:27.323Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor182.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=7294) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-12T05:50:27.325Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1bfdaac6.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-03-12T05:50:27.326Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5024709f-d3d1-40e5-b9b1-5f7003cb685b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-12T05:50:27.329Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5024709f-d3d1-40e5-b9b1-5f7003cb685b and serviceModelVersionId: 2e87de92-9a77-4d42-9ad7-4575857ebcb1
2022-03-12T05:50:27.329Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be93446a-6130-4c6b-81c9-7390506f297b
2022-03-12T05:50:27.329Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1?depth=0
2022-03-12T05:50:27.333Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T05:50:27.351Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-12T05:50:27.352Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1?depth=0|INFO|500||Invoke
2022-03-12T05:50:27.368Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-12T05:50:27.392Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-12T05:50:27.392Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-05:50:27:378-94154], Content-Length=[495], Date=[Sat, 12 Mar 2022 05:50:27 GMT], Content-Type=[application/json]}
2022-03-12T05:50:27.393Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||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/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1","ERR.5.4.6114"]}}}

2022-03-12T05:50:27.396Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5024709f-d3d1-40e5-b9b1-5f7003cb685b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1) (ec=ERR.5.4.6114)
2022-03-12T05:50:27.396Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5024709f-d3d1-40e5-b9b1-5f7003cb685b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1) (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:722)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T05:50:27.396Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5024709f-d3d1-40e5-b9b1-5f7003cb685b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1) (ec=ERR.5.4.6114)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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)
Caused by: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5024709f-d3d1-40e5-b9b1-5f7003cb685b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1) (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)
	... 9 common frames omitted
2022-03-12T05:50:27.396Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5024709f-d3d1-40e5-b9b1-5f7003cb685b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be93446a-6130-4c6b-81c9-7390506f297b/model-vers/model-ver/2e87de92-9a77-4d42-9ad7-4575857ebcb1) (ec=ERR.5.4.6114)
2022-03-12T05:50:27.396Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5024709f-d3d1-40e5-b9b1-5f7003cb685b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-12T05:50:27.396Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-12T05:50:27.397Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-12T05:50:27.398Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T05:50:27.398Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064227396,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-12T05:50:27.498Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T05:50:27.499Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-12T05:50:27.499Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:50:27.509Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:50:27.510Z||pool-235-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T05:51:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:51:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:51:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:51:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:51:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:51:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:51:14.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:51:14.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:51:14.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:51:14.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:51:24.124Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:52:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:52:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:52:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:52:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:52:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:52:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:52:15.106Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:52:15.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-12T05:52:15.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-12T05:52:15.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-12T05:52:15.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064214581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064225424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:52:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-12T05:52:15.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5024709f-d3d1-40e5-b9b1-5f7003cb685b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647064227396,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-12T05:52:15.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T05:52:24.121Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:53:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:53:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:53:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:53:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:53:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:53:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:53:24.144Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:53:24.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:54:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:54:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:54:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:54:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:54:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:54:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:54:24.118Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:54:24.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:55:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:55:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:55:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:55:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:55:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:55:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:55:24.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:55:24.123Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:56:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:56:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:56:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:56:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:56:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:56:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:56:24.118Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:56:24.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:57:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:57:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:57:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:57:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:57:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:57:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:57:24.120Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:57:24.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:58:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:58:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:58:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:58:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:58:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:58:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:58:24.138Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:58:24.138Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:59:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:59:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:59:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:59:14.582Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T05:59:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T05:59:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T05:59:24.121Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T05:59:24.122Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:00:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:00:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:00:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:00:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:00:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:00:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:00:24.120Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:00:24.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:01:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:01:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:01:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:01:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:01:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:01:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:01:24.119Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:01:24.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:02:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:02:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:02:14.581Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:02:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:02:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:02:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:02:24.118Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:02:24.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:03:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:03:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:03:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:03:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:03:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:03:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:03:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:03:24.123Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:04:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:04:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:04:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:04:14.582Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:04:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:04:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:04:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:04:24.126Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:05:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:05:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:05:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:05:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:05:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:05:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:05:24.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:05:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:06:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:06:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:06:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:06:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:06:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:06:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:06:24.123Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:06:24.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:07:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:07:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:07:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:07:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:07:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:07:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:07:24.120Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:07:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:08:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:08:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:08:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:08:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:08:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:08:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:08:24.119Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:08:24.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:09:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:09:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:09:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:09:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:09:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:09:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:09:24.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:09:24.120Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:10:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:10:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:10:14.582Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:10:14.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:10:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:10:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:10:24.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:10:24.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:11:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:11:14.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:11:14.582Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:11:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:11:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:11:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:11:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:11:24.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:12:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:12:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:12:14.582Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:12:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:12:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:12:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:12:24.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:12:24.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:13:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:13:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:13:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:13:14.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:13:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:13:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:13:24.120Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:13:24.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:14:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:14:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:14:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:14:14.582Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:14:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:14:14.583Z|125f2965-0eb8-4b34-97a2-41ab091337f9|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:14:24.138Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:14:24.143Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:15:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:15:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:15:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:15:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:15:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:15:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:15:24.123Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:15:24.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:16:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:16:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:16:14.581Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:16:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:16:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:16:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:16:24.123Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:16:24.126Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:17:14.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:17:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:17:14.584Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:17:14.584Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:17:14.584Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:17:14.584Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:17:24.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:17:24.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:18:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:18:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:18:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:18:14.582Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:18:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:18:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:18:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:18:24.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:19:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:19:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:19:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:19:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:19:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:19:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:19:24.121Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:19:24.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:20:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:20:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:20:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:20:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:20:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:20:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:20:24.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:20:24.121Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:21:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:21:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:21:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:21:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:21:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:21:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:21:24.121Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:21:24.124Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:22:14.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:22:14.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:22:14.581Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:22:14.582Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:22:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:22:14.583Z|785df864-b8a5-4eb1-97e9-ed881a093326|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:22:24.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:22:24.125Z|785df864-b8a5-4eb1-97e9-ed881a093326|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:23:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:23:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:23:14.582Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:23:14.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:23:14.583Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:23:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:23:24.120Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:23:24.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:24:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:24:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:24:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:24:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:24:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:24:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:24:24.122Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:24:24.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:25:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:25:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:25:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:25:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:25:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:25:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:25:24.119Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:25:24.120Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:26:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:26:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:26:14.582Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:26:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:26:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:26:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:26:24.120Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:26:24.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:27:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:27:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:27:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:27:14.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:27:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:27:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:27:24.123Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:27:24.127Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:28:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:28:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:28:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:28:14.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:28:14.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:28:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:28:24.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:28:24.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:29:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:29:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:29:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:29:14.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:29:14.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:29:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:29:24.119Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:29:24.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:30:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:30:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:30:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:30:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:30:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:30:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:30:24.119Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:30:24.120Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:31:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:31:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:31:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:31:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:31:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:31:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:31:24.119Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:31:24.120Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:32:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:32:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:32:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:32:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:32:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:32:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:32:24.122Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:32:24.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:33:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:33:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:33:14.582Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:33:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:33:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:33:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:33:24.125Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:33:24.125Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:34:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:34:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:34:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:34:14.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:34:14.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:34:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:34:24.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:34:24.124Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:34:38.938Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T06:35:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:35:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:35:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:35:14.582Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:35:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:35:14.583Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:35:24.118Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:35:24.124Z|5024709f-d3d1-40e5-b9b1-5f7003cb685b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:36:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:36:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:36:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:36:14.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:36:14.583Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:36:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:36:24.119Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:36:24.123Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:37:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:37:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:37:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:37:14.582Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:37:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:37:14.583Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:37:24.124Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:37:24.126Z|ea79b2bc-f208-4c5c-9c10-5c4531385ecd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:38:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:38:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:38:14.581Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:38:14.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T06:38:14.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T06:38:14.583Z||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 xk17ZiLtEVWJ9iwe) ...
2022-03-12T06:38:24.125Z|125f2965-0eb8-4b34-97a2-41ab091337f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-12T06:38:24.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK