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-10T02:29:19.014Z||main|||||INFO|500||The following profiles are active: basic
2022-03-10T02:29:27.707Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-10T02:29:27.708Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-10T02:29:27.784Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-10T02:29:29.828Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-10T02:29:29.990Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-10T02:29:30.319Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-10T02:29:30.326Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-10T02:29:30.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-10T02:29:30.515Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-10T02:29:30.888Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-10T02:29:31.600Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T02:29:33.411Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T02:29:33.455Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-10T02:29:33.882Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T02:29:34.076Z||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-10T02:29:35.102Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T02:29:36.036Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-10T02:29:36.050Z||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$$732b71b9.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-10T02:29:36.051Z||main|||||WARN|500||The sdc end point is not alive
2022-03-10T02:29:38.472Z||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-10T02:29:40.844Z||main|||||WARN|500||---
2022-03-10T02:29:40.844Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-10T02:29:40.844Z||main|||||WARN|500||---
2022-03-10T02:29:41.188Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-10T02:29:45.367Z||main|||||INFO|500||Started Application in 30.352 seconds (JVM running for 31.387)
2022-03-10T02:29:45.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:29:45.380Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:29:45.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:29:45.410Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:29:45.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab9a3f1c-b73c-400c-b17d-21adb2d8540c url= /sdc/v1/artifactTypes
2022-03-10T02:29:45.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:29:46.610Z||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.16.204] 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$$1c38dac8.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-10T02:29:46.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6473319a
2022-03-10T02:29:46.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:29:46.628Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:29:46.629Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:29:46.631Z||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$$1c38dac8.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-10T02:30:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:30:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:30:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:30:35.359Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:30:35.365Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac156e4c-0a29-4e7d-9ddf-c180464e691e url= /sdc/v1/artifactTypes
2022-03-10T02:30:35.365Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:30:36.401Z||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.16.204] 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$$1c38dac8.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-10T02:30:36.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1857d247
2022-03-10T02:30:36.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:30:36.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:30:36.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:30:36.404Z||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$$1c38dac8.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-10T02:31:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:31:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:31:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:31:25.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:31:25.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52bc2a43-d325-4302-b518-8561f130598d url= /sdc/v1/artifactTypes
2022-03-10T02:31:25.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:31:26.385Z||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.16.204] 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$$1c38dac8.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-10T02:31:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6331e70e
2022-03-10T02:31:26.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:31:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:31:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:31:26.388Z||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$$1c38dac8.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-10T02:32:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:32:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:32:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:32:15.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:32:15.361Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8779b765-0194-401b-9131-4e034db48bec url= /sdc/v1/artifactTypes
2022-03-10T02:32:15.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:32:16.401Z||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.16.204] 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$$1c38dac8.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-10T02:32:16.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2193f073
2022-03-10T02:32:16.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:32:16.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:32:16.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:32:16.404Z||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$$1c38dac8.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-10T02:33:05.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:33:05.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:33:05.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:33:05.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:33:05.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c277fdc5-2b8a-4bb0-831f-114fe4faa0c2 url= /sdc/v1/artifactTypes
2022-03-10T02:33:05.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:33:06.385Z||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.16.204] 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$$1c38dac8.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-10T02:33:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@412e42eb
2022-03-10T02:33:06.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:33:06.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:33:06.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:33:06.388Z||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$$1c38dac8.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-10T02:33:55.352Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:33:55.353Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:33:55.353Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:33:55.358Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:33:55.369Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3b7a5b2-c557-4edf-b366-6f467209584a url= /sdc/v1/artifactTypes
2022-03-10T02:33:55.369Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:33:56.404Z||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.16.204] 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$$1c38dac8.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-10T02:33:56.406Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab8eec9
2022-03-10T02:33:56.407Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:33:56.407Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:33:56.408Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:33:56.410Z||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$$1c38dac8.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-10T02:34:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:34:45.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:34:45.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:34:45.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:34:45.362Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f02a88e-bec2-43c0-a8b3-bd370c48a68e url= /sdc/v1/artifactTypes
2022-03-10T02:34:45.362Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:34:46.386Z||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.16.204] 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$$1c38dac8.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-10T02:34:46.387Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9be1996
2022-03-10T02:34:46.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:34:46.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:34:46.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:34:46.388Z||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$$1c38dac8.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-10T02:35:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:35:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:35:35.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:35:35.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:35:35.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1a8dd8c-222b-43db-bd50-61bd9da7427a url= /sdc/v1/artifactTypes
2022-03-10T02:35:35.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:35:36.401Z||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.16.204] 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$$1c38dac8.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-10T02:35:36.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bc74332
2022-03-10T02:35:36.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:35:36.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:35:36.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:35:36.404Z||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$$1c38dac8.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-10T02:36:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:36:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:36:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:36:25.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:36:25.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba1cae15-6b89-4d9e-af88-b0fd021a9f7a url= /sdc/v1/artifactTypes
2022-03-10T02:36:25.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:36:26.385Z||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.16.204] 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$$1c38dac8.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-10T02:36:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13007bbf
2022-03-10T02:36:26.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:36:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:36:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:36:26.388Z||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$$1c38dac8.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-10T02:37:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:37:15.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:37:15.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:37:15.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:37:15.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 428eb0ad-cc65-48f6-9ed9-f29a8bec8e90 url= /sdc/v1/artifactTypes
2022-03-10T02:37:15.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:37:16.377Z||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.16.204] 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$$1c38dac8.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-10T02:37:16.378Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@575b25b4
2022-03-10T02:37:16.378Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:37:16.378Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:37:16.379Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:37:16.379Z||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$$1c38dac8.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-10T02:38:05.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:38:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:38:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:38:05.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:38:05.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad0f9740-80de-40d6-a262-71ed130977bd url= /sdc/v1/artifactTypes
2022-03-10T02:38:05.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:38:06.386Z||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.16.204] 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$$1c38dac8.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-10T02:38:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15c821e5
2022-03-10T02:38:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:38:06.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:38:06.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:38:06.388Z||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$$1c38dac8.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-10T02:38:55.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:38:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:38:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:38:55.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:38:55.361Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbf8c44d-54a6-4434-abce-01540ad1f416 url= /sdc/v1/artifactTypes
2022-03-10T02:38:55.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:38:56.401Z||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.16.204] 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$$1c38dac8.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-10T02:38:56.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71454e3f
2022-03-10T02:38:56.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:38:56.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:38:56.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:38:56.404Z||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$$1c38dac8.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-10T02:39:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:39:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:39:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:39:45.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:39:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d10bf47-509f-42ef-82fa-45dff36274a5 url= /sdc/v1/artifactTypes
2022-03-10T02:39:45.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:39:46.386Z||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.16.204] 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$$1c38dac8.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-10T02:39:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@316b1748
2022-03-10T02:39:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:39:46.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:39:46.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:39:46.387Z||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$$1c38dac8.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-10T02:40:00.657Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-10T02:40:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:40:35.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:40:35.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:40:35.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:40:35.362Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23ec0c4a-9d60-434e-95ec-da34d0b0e91c url= /sdc/v1/artifactTypes
2022-03-10T02:40:35.363Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:40:36.401Z||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.16.204] 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$$1c38dac8.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-10T02:40:36.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b7464f5
2022-03-10T02:40:36.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:40:36.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:40:36.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:40:36.403Z||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$$1c38dac8.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-10T02:41:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:41:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:41:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:41:25.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:41:25.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f881bf6-785c-41e2-8066-a5b8d828e116 url= /sdc/v1/artifactTypes
2022-03-10T02:41:25.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:41:26.385Z||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.16.204] 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$$1c38dac8.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-10T02:41:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31f44682
2022-03-10T02:41:26.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:41:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:41:26.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:41:26.389Z||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$$1c38dac8.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-10T02:42:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:42:15.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:42:15.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:42:15.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:42:15.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e43aaf71-ecd9-440d-aa44-106df5716a1e url= /sdc/v1/artifactTypes
2022-03-10T02:42:15.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:42:16.401Z||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.16.204] 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$$1c38dac8.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-10T02:42:16.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b1d01be
2022-03-10T02:42:16.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:42:16.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:42:16.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:42:16.403Z||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$$1c38dac8.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-10T02:43:05.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:43:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:43:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:43:05.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:43:05.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39fd45f5-57ac-43a4-8208-a18deac0ac4f url= /sdc/v1/artifactTypes
2022-03-10T02:43:05.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:43:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:43:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ce07fe
2022-03-10T02:43:06.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:43:06.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:43:06.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:43:06.388Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:43:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:43:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:43:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:43:55.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:43:55.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67530831-2b85-426b-94cb-abd97e7f4d49 url= /sdc/v1/artifactTypes
2022-03-10T02:43:55.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:43:56.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:43:56.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@688876bf
2022-03-10T02:43:56.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:43:56.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:43:56.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:43:56.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:44:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:44:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:44:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:44:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:44:45.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 764b952c-2e35-4a57-b90f-05fd6b151df8 url= /sdc/v1/artifactTypes
2022-03-10T02:44:45.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:44:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:44:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@167de59b
2022-03-10T02:44:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:44:46.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:44:46.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:44:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:45:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:45:35.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:45:35.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:45:35.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:45:35.362Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 17135c39-62f9-4ee7-9090-f565ea8dc688 url= /sdc/v1/artifactTypes
2022-03-10T02:45:35.362Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:45:36.402Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:45:36.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4258556a
2022-03-10T02:45:36.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:45:36.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:45:36.404Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:45:36.404Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:46:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:46:25.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:46:25.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:46:25.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:46:25.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00dd0261-bb62-411b-9e78-d079028488c3 url= /sdc/v1/artifactTypes
2022-03-10T02:46:25.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:46:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:46:26.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@693f4009
2022-03-10T02:46:26.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:46:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:46:26.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:46:26.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:47:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:47:15.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:47:15.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:47:15.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:47:15.361Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 623b877b-8303-4e9d-aba9-5f956384cdb5 url= /sdc/v1/artifactTypes
2022-03-10T02:47:15.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:47:16.403Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:47:16.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32bb1c09
2022-03-10T02:47:16.404Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:47:16.404Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:47:16.404Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:47:16.405Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:48:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:48:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:48:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:48:05.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:48:05.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b941c7e-abfb-4c14-9ced-5839a2512fea url= /sdc/v1/artifactTypes
2022-03-10T02:48:05.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:48:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:48:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6150443b
2022-03-10T02:48:06.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:48:06.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:48:06.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:48:06.388Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:48:55.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:48:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:48:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:48:55.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:48:55.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6bbd123d-db73-4680-9a49-c85810d1364d url= /sdc/v1/artifactTypes
2022-03-10T02:48:55.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:48:56.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:48:56.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cfde009
2022-03-10T02:48:56.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:48:56.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:48:56.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:48:56.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:49:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:49:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:49:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:49:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:49:45.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd8df976-cb85-4411-a408-ab97510a2a6c url= /sdc/v1/artifactTypes
2022-03-10T02:49:45.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:49:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:49:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ee731fa
2022-03-10T02:49:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:49:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:49:46.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:49:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:50:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:50:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:50:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:50:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:50:35.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2c89bea-4e4e-4e87-bce5-60aab692a048 url= /sdc/v1/artifactTypes
2022-03-10T02:50:35.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:50:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:50:36.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c21f37d
2022-03-10T02:50:36.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:50:36.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:50:36.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:50:36.370Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:51:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:51:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:51:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:51:25.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:51:25.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e2989b5-e5d5-40c9-aa35-b3925a251912 url= /sdc/v1/artifactTypes
2022-03-10T02:51:25.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:51:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:51:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e720181
2022-03-10T02:51:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:51:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:51:26.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:51:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:52:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:52:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:52:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:52:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:52:15.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86b19fe0-8d98-4fff-9b6f-75dea210df39 url= /sdc/v1/artifactTypes
2022-03-10T02:52:15.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:52:16.370Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:52:16.371Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cda1658
2022-03-10T02:52:16.371Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:52:16.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:52:16.372Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:52:16.372Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:53:05.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:53:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:53:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:53:05.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:53:05.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c06148ee-71ff-4296-a768-bb45814203ec url= /sdc/v1/artifactTypes
2022-03-10T02:53:05.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:53:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:53:06.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32c98040
2022-03-10T02:53:06.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:53:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:53:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:53:06.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:53:55.352Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:53:55.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:53:55.353Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:53:55.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:53:55.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5999d705-6b7a-4f07-8db2-af5c7f6045b1 url= /sdc/v1/artifactTypes
2022-03-10T02:53:55.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:53:56.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:53:56.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6114e657
2022-03-10T02:53:56.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:53:56.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:53:56.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:53:56.404Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:54:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:54:45.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:54:45.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:54:45.355Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:54:45.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c7f2875-e28e-4688-9d06-3057e4204310 url= /sdc/v1/artifactTypes
2022-03-10T02:54:45.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:54:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:54:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@238963e5
2022-03-10T02:54:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:54:46.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:54:46.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:54:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:55:35.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:55:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:55:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:55:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:55:35.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07a87064-00d0-412f-ad9e-8381149f78fc url= /sdc/v1/artifactTypes
2022-03-10T02:55:35.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:55:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:55:36.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@484450
2022-03-10T02:55:36.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:55:36.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:55:36.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:55:36.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:56:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:56:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:56:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:56:25.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:56:25.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 474085a4-becc-4cdf-8ec8-98d3bdef4dd2 url= /sdc/v1/artifactTypes
2022-03-10T02:56:25.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:56:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:56:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73df1aa8
2022-03-10T02:56:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:56:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:56:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:56:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:57:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:57:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:57:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:57:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:57:15.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c1f441d-fe29-43a5-bfa2-6e9fc02a943d url= /sdc/v1/artifactTypes
2022-03-10T02:57:15.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:57:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:57:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c4d27fa
2022-03-10T02:57:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:57:16.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:57:16.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:57:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:58:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:58:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:58:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:58:05.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:58:05.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10ff1bf8-b8fb-4317-bf69-0086ed2d4fae url= /sdc/v1/artifactTypes
2022-03-10T02:58:05.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:58:06.387Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:58:06.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35d1714a
2022-03-10T02:58:06.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:58:06.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:58:06.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:58:06.389Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:58:55.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:58:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:58:55.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:58:55.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:58:55.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7ec771a-5021-4a63-a02f-2980f195d420 url= /sdc/v1/artifactTypes
2022-03-10T02:58:55.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:58:56.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:58:56.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b331279
2022-03-10T02:58:56.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:58:56.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:58:56.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:58:56.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:59:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T02:59:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T02:59:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T02:59:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T02:59:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f987b7e2-a566-46f9-9c45-0a06083d6c7e url= /sdc/v1/artifactTypes
2022-03-10T02:59:45.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T02:59:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T02:59:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5706ad4d
2022-03-10T02:59:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T02:59:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T02:59:46.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T02:59:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:00:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:00:35.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:00:35.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:00:35.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:00:35.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6270e185-04d7-4a6b-96bd-bbfa53274b80 url= /sdc/v1/artifactTypes
2022-03-10T03:00:35.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:00:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:00:36.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44321f78
2022-03-10T03:00:36.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:00:36.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:00:36.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:00:36.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:01:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:01:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:01:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:01:25.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:01:25.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 458d3408-36da-4630-aeab-9699fb23acfa url= /sdc/v1/artifactTypes
2022-03-10T03:01:25.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:01:26.384Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:01:26.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18dfb943
2022-03-10T03:01:26.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:01:26.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:01:26.384Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:01:26.385Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:02:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:02:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:02:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:02:15.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:02:15.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56f68eb1-4963-4e6f-84f1-a0e12567478c url= /sdc/v1/artifactTypes
2022-03-10T03:02:15.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:02:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:02:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3605f462
2022-03-10T03:02:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:02:16.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:02:16.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:02:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:03:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:03:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:03:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:03:05.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:03:05.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8df97434-710b-4874-9634-04190f0436e8 url= /sdc/v1/artifactTypes
2022-03-10T03:03:05.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:03:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:03:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d7144cc
2022-03-10T03:03:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:03:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:03:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:03:06.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:03:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:03:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:03:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:03:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:03:55.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c48e85bb-c18b-4376-997f-1d6c9ccebe1b url= /sdc/v1/artifactTypes
2022-03-10T03:03:55.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:03:56.399Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:03:56.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e115768
2022-03-10T03:03:56.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:03:56.400Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:03:56.400Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:03:56.400Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:04:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:04:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:04:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:04:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:04:45.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5083f446-68c7-48e7-8d92-ffcb9b8199f9 url= /sdc/v1/artifactTypes
2022-03-10T03:04:45.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:04:46.383Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:04:46.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4606cbe2
2022-03-10T03:04:46.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:04:46.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:04:46.384Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:04:46.385Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:05:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:05:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:05:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:05:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:05:35.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb194394-62c2-4814-8533-c7d5a8b919b6 url= /sdc/v1/artifactTypes
2022-03-10T03:05:35.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:05:36.399Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:05:36.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50e548f3
2022-03-10T03:05:36.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:05:36.400Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:05:36.401Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:05:36.401Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:06:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:06:25.353Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:06:25.353Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:06:25.356Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:06:25.361Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b87c51b-ab2a-4498-9546-de76b8849107 url= /sdc/v1/artifactTypes
2022-03-10T03:06:25.362Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:06:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:06:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c903175
2022-03-10T03:06:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:06:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:06:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:06:26.388Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:07:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:07:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:07:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:07:15.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:07:15.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a6a7ebb2-b516-4794-b73b-e94f14f1d7e1 url= /sdc/v1/artifactTypes
2022-03-10T03:07:15.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:07:16.378Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:07:16.378Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57373e6d
2022-03-10T03:07:16.378Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:07:16.378Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:07:16.378Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:07:16.379Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:08:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:08:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:08:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:08:05.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:08:05.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2cd6be91-a999-41a5-8e08-68f5ed4aaa69 url= /sdc/v1/artifactTypes
2022-03-10T03:08:05.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:08:06.387Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:08:06.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1136e976
2022-03-10T03:08:06.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:08:06.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:08:06.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:08:06.389Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:08:55.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:08:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:08:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:08:55.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:08:55.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9391a138-6810-4edf-823d-5f382ca565a4 url= /sdc/v1/artifactTypes
2022-03-10T03:08:55.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:08:56.367Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:08:56.368Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8514241
2022-03-10T03:08:56.368Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:08:56.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:08:56.369Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:08:56.369Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:09:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:09:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:09:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:09:45.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:09:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d17f1854-4210-420a-8115-46e5705848d5 url= /sdc/v1/artifactTypes
2022-03-10T03:09:45.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:09:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:09:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ef54ce8
2022-03-10T03:09:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:09:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:09:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:09:46.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:10:35.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:10:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:10:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:10:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:10:35.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a584e2b-14aa-496f-95ae-612db5be87f3 url= /sdc/v1/artifactTypes
2022-03-10T03:10:35.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:10:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:10:36.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@550b2ea8
2022-03-10T03:10:36.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:10:36.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:10:36.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:10:36.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:11:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:11:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:11:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:11:25.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:11:25.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8cfeea5d-5897-4e2b-acb1-012619b53740 url= /sdc/v1/artifactTypes
2022-03-10T03:11:25.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:11:26.383Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:11:26.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1112b5c6
2022-03-10T03:11:26.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:11:26.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:11:26.385Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:11:26.385Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:12:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:12:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:12:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:12:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:12:15.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ad78d90-e5d0-462f-97c0-5954c4cf7d74 url= /sdc/v1/artifactTypes
2022-03-10T03:12:15.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:12:16.367Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:12:16.368Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35d8e779
2022-03-10T03:12:16.368Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:12:16.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:12:16.369Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:12:16.369Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:13:05.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:13:05.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:13:05.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:13:05.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:13:05.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33ec5e09-c7d9-4ee2-89d7-5c9a80414a03 url= /sdc/v1/artifactTypes
2022-03-10T03:13:05.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:13:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:13:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e362ca5
2022-03-10T03:13:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:13:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:13:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:13:06.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:13:55.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:13:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:13:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:13:55.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:13:55.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1150b914-f690-4b9a-9704-30d175b064f6 url= /sdc/v1/artifactTypes
2022-03-10T03:13:55.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:13:56.370Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:13:56.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@339ea3ef
2022-03-10T03:13:56.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:13:56.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:13:56.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:13:56.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:14:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:14:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:14:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:14:45.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:14:45.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da7ba720-31c9-48ff-a209-ca9c17060680 url= /sdc/v1/artifactTypes
2022-03-10T03:14:45.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:14:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:14:46.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c9d9fe0
2022-03-10T03:14:46.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:14:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:14:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:14:46.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:15:35.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:15:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:15:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:15:35.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:15:35.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3765bb0e-69a4-4187-85da-4754cc36576f url= /sdc/v1/artifactTypes
2022-03-10T03:15:35.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:15:36.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:15:36.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ef333a5
2022-03-10T03:15:36.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:15:36.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:15:36.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:15:36.403Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:16:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:16:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:16:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:16:25.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:16:25.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad1d3974-6d45-4fd0-a55f-d18ac151c025 url= /sdc/v1/artifactTypes
2022-03-10T03:16:25.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:16:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:16:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d55c67d
2022-03-10T03:16:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:16:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:16:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:16:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:17:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:17:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:17:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:17:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:17:15.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36ede4b5-3d41-4258-bfd1-b7b4f44982a4 url= /sdc/v1/artifactTypes
2022-03-10T03:17:15.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:17:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:17:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5931630c
2022-03-10T03:17:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:17:16.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:17:16.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:17:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:18:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:18:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:18:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:18:05.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:18:05.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e78b634a-6019-405c-972f-1eb6e032d1cb url= /sdc/v1/artifactTypes
2022-03-10T03:18:05.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:18:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:18:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fde9d41
2022-03-10T03:18:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:18:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:18:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:18:06.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:18:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:18:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:18:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:18:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:18:55.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aff46bab-e3e9-4a6c-8b16-dcf7668a2109 url= /sdc/v1/artifactTypes
2022-03-10T03:18:55.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:18:56.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:18:56.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4705e43e
2022-03-10T03:18:56.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:18:56.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:18:56.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:18:56.403Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:19:45.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:19:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:19:45.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:19:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:19:45.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f186e05-af62-4d59-8917-563a25a9e978 url= /sdc/v1/artifactTypes
2022-03-10T03:19:45.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:19:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:19:46.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13d8e059
2022-03-10T03:19:46.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:19:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:19:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:19:46.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:20:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:20:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:20:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:20:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:20:35.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b661e5e5-4e07-4469-a2ba-e0967f531fa7 url= /sdc/v1/artifactTypes
2022-03-10T03:20:35.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:20:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:20:36.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@725f9fc5
2022-03-10T03:20:36.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:20:36.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:20:36.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:20:36.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:21:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:21:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:21:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:21:25.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:21:25.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f2821cf-85ac-4399-99c6-e190c927c1a2 url= /sdc/v1/artifactTypes
2022-03-10T03:21:25.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:21:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:21:26.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9ca8737
2022-03-10T03:21:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:21:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:21:26.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:21:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:22:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:22:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:22:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:22:15.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:22:15.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5548b766-24cd-409e-8b3c-9c0eb7a3306f url= /sdc/v1/artifactTypes
2022-03-10T03:22:15.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:22:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:22:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ddce8ea
2022-03-10T03:22:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:22:16.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:22:16.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:22:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:23:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:23:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:23:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:23:05.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:23:05.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0be26f7c-d8b8-4410-8d76-952904d18bb8 url= /sdc/v1/artifactTypes
2022-03-10T03:23:05.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:23:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:23:06.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e0d5474
2022-03-10T03:23:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:23:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:23:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:23:06.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:23:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:23:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:23:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:23:55.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:23:55.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02d9031d-009b-4a96-8e98-290ce13cc82d url= /sdc/v1/artifactTypes
2022-03-10T03:23:55.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:23:56.403Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:23:56.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@359f492f
2022-03-10T03:23:56.404Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:23:56.404Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:23:56.405Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:23:56.405Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:24:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:24:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:24:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:24:45.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:24:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6df5da13-5682-48d4-a06b-312189e14e4c url= /sdc/v1/artifactTypes
2022-03-10T03:24:45.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:24:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:24:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@296c0684
2022-03-10T03:24:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:24:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:24:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:24:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:25:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:25:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:25:35.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:25:35.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:25:35.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91f5f8cd-b208-48c1-b9ab-8c683dc3947d url= /sdc/v1/artifactTypes
2022-03-10T03:25:35.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:25:36.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:25:36.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4492f062
2022-03-10T03:25:36.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:25:36.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:25:36.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:25:36.403Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:26:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:26:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:26:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:26:25.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:26:25.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a3d0339-019d-4826-83ba-55d1fada6d69 url= /sdc/v1/artifactTypes
2022-03-10T03:26:25.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:26:26.386Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:26:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@347800dc
2022-03-10T03:26:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:26:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:26:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:26:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:27:15.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:27:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:27:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:27:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:27:15.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07e54945-b257-4d55-8e90-af67d3e209af url= /sdc/v1/artifactTypes
2022-03-10T03:27:15.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:27:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:27:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bcbeb6e
2022-03-10T03:27:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:27:16.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:27:16.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:27:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:28:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:28:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:28:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:28:05.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:28:05.355Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7fe5137d-e719-4ed6-8e24-61d8515333d8 url= /sdc/v1/artifactTypes
2022-03-10T03:28:05.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:28:06.383Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:28:06.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@196ea789
2022-03-10T03:28:06.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:28:06.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:28:06.384Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:28:06.384Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:28:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:28:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:28:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:28:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:28:55.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e87e9148-c104-4d3d-9714-ddbd9b4cf146 url= /sdc/v1/artifactTypes
2022-03-10T03:28:55.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:28:56.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:28:56.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f518b16
2022-03-10T03:28:56.369Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:28:56.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:28:56.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:28:56.370Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:29:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:29:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:29:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:29:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:29:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62a8f239-c8f9-4d52-9096-daf04e50710a url= /sdc/v1/artifactTypes
2022-03-10T03:29:45.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:29:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:29:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5667f9c4
2022-03-10T03:29:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:29:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:29:46.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:29:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:30:35.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:30:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:30:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:30:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:30:35.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71079e22-48df-4983-bad4-8a139d095a2f url= /sdc/v1/artifactTypes
2022-03-10T03:30:35.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:30:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:30:36.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52e21bbc
2022-03-10T03:30:36.369Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:30:36.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:30:36.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:30:36.370Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:31:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:31:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:31:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:31:25.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:31:25.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e62bd009-544f-476a-9034-a3551620c536 url= /sdc/v1/artifactTypes
2022-03-10T03:31:25.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:31:26.386Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:31:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7862e264
2022-03-10T03:31:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:31:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:31:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:31:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:32:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:32:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:32:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:32:15.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:32:15.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 206bb775-10b0-41a7-bb68-1075ab8b88f1 url= /sdc/v1/artifactTypes
2022-03-10T03:32:15.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:32:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:32:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76696e72
2022-03-10T03:32:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:32:16.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:32:16.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:32:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:33:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:33:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:33:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:33:05.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:33:05.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4749ba28-98ef-4c50-851c-90f1d856f98a url= /sdc/v1/artifactTypes
2022-03-10T03:33:05.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:33:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:33:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ef0df01
2022-03-10T03:33:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:33:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:33:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:33:06.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:33:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:33:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:33:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:33:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:33:55.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f50a569-a821-4d69-bf34-4ed004b63a47 url= /sdc/v1/artifactTypes
2022-03-10T03:33:55.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:33:56.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:33:56.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64225506
2022-03-10T03:33:56.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:33:56.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:33:56.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:33:56.370Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:34:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:34:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:34:45.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:34:45.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:34:45.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 355dbe60-0d46-4f92-894f-f4917532e361 url= /sdc/v1/artifactTypes
2022-03-10T03:34:45.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:34:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:34:46.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1676ae33
2022-03-10T03:34:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:34:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:34:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:34:46.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:35:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:35:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:35:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:35:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:35:35.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8c5e33f-1308-4872-91aa-033fad6134c7 url= /sdc/v1/artifactTypes
2022-03-10T03:35:35.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:35:36.367Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:35:36.368Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d4e98d5
2022-03-10T03:35:36.368Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:35:36.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:35:36.369Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:35:36.369Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:36:25.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:36:25.352Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:36:25.352Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:36:25.354Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:36:25.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 800d64de-fcbe-4c7d-ab43-abb1e3b53d1f url= /sdc/v1/artifactTypes
2022-03-10T03:36:25.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:36:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:36:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37f0ce95
2022-03-10T03:36:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:36:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:36:26.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:36:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:37:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:37:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:37:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:37:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:37:15.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3b11d3f-44e4-4434-884d-9e6355b25551 url= /sdc/v1/artifactTypes
2022-03-10T03:37:15.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:37:16.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:37:16.401Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1feefbb0
2022-03-10T03:37:16.401Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:37:16.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:37:16.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:37:16.402Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:38:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:38:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:38:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:38:05.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:38:05.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22cfa31f-3c5b-4385-8fbe-aa1ab4280012 url= /sdc/v1/artifactTypes
2022-03-10T03:38:05.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:38:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:38:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f896370
2022-03-10T03:38:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:38:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:38:06.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:38:06.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:38:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:38:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:38:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:38:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:38:55.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61a7d438-578d-4836-9c39-e5b385634a90 url= /sdc/v1/artifactTypes
2022-03-10T03:38:55.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:38:56.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:38:56.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34a8ffb
2022-03-10T03:38:56.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:38:56.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:38:56.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:38:56.403Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:39:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:39:45.350Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:39:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:39:45.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:39:45.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c57ec2fd-6a25-4ec5-a442-d09800edf1ef url= /sdc/v1/artifactTypes
2022-03-10T03:39:45.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:39:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:39:46.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@153ce97c
2022-03-10T03:39:46.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:39:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:39:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:39:46.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:40:35.351Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:40:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:40:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:40:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:40:35.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4125ae68-4421-4558-91b5-9c5107d48881 url= /sdc/v1/artifactTypes
2022-03-10T03:40:35.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:40:36.401Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:40:36.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c5f4c
2022-03-10T03:40:36.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:40:36.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:40:36.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:40:36.403Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:41:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:41:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:41:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:41:25.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:41:25.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28c9abae-973b-416c-b6ee-5add93a64af9 url= /sdc/v1/artifactTypes
2022-03-10T03:41:25.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:41:26.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:41:26.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c1cf7e
2022-03-10T03:41:26.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:41:26.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:41:26.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:41:26.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:42:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:42:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:42:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:42:15.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:42:15.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 94437151-31f0-461c-8ea5-053f15e05f5a url= /sdc/v1/artifactTypes
2022-03-10T03:42:15.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:42:16.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:42:16.370Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@631955fd
2022-03-10T03:42:16.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:42:16.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:42:16.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:42:16.371Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:43:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:43:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:43:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:43:05.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:43:05.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bde82dfd-b84b-4048-9678-462162f7db55 url= /sdc/v1/artifactTypes
2022-03-10T03:43:05.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:43:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:43:06.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63717658
2022-03-10T03:43:06.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:43:06.385Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:43:06.385Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:43:06.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:43:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:43:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:43:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:43:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:43:55.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e09f6e67-b756-43ec-baf4-7647c67111a2 url= /sdc/v1/artifactTypes
2022-03-10T03:43:55.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:43:56.373Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:43:56.373Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dae02ce
2022-03-10T03:43:56.373Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:43:56.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:43:56.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:43:56.374Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:44:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:44:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:44:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:44:45.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:44:45.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf84e2ca-1aed-43cb-b560-1f4350a2e5f8 url= /sdc/v1/artifactTypes
2022-03-10T03:44:45.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:44:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:44:46.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ce69abb
2022-03-10T03:44:46.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:44:46.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:44:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:44:46.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:45:35.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:45:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:45:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:45:35.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:45:35.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6ee9f4d-a339-4525-ab30-99a3f95c03b2 url= /sdc/v1/artifactTypes
2022-03-10T03:45:35.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:45:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:45:36.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@797b4807
2022-03-10T03:45:36.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:45:36.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:45:36.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:45:36.370Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:46:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:46:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:46:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:46:25.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:46:25.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bd9e517-f7bc-4433-b0bc-550763b322ee url= /sdc/v1/artifactTypes
2022-03-10T03:46:25.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:46:26.386Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:46:26.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d886e0b
2022-03-10T03:46:26.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:46:26.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:46:26.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:46:26.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:47:15.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:47:15.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:47:15.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:47:15.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:47:15.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c1d440a-4dc0-4d75-9c13-79b7d1a36e36 url= /sdc/v1/artifactTypes
2022-03-10T03:47:15.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:47:16.373Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:47:16.373Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b429f02
2022-03-10T03:47:16.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:47:16.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:47:16.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:47:16.375Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:48:05.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:48:05.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:48:05.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:48:05.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:48:05.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76fb1ae5-58db-4fc7-848f-1f1b794f0994 url= /sdc/v1/artifactTypes
2022-03-10T03:48:05.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:48:06.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:48:06.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46247a26
2022-03-10T03:48:06.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:48:06.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:48:06.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:48:06.387Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:48:55.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:48:55.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:48:55.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:48:55.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:48:55.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c880620-465f-418a-94bb-f441f88a27a7 url= /sdc/v1/artifactTypes
2022-03-10T03:48:55.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:48:56.402Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:48:56.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2976d7a4
2022-03-10T03:48:56.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:48:56.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:48:56.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:48:56.403Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:49:45.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:49:45.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:49:45.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:49:45.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:49:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4e54b93-f470-46e8-9ad1-2f0bc278602e url= /sdc/v1/artifactTypes
2022-03-10T03:49:45.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:49:46.385Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:49:46.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1bcbd5fe
2022-03-10T03:49:46.385Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:49:46.385Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:49:46.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:49:46.386Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:50:35.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:50:35.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:50:35.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:50:35.353Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:50:35.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7cc7c8a6-8188-4455-a1f2-131da692dbb4 url= /sdc/v1/artifactTypes
2022-03-10T03:50:35.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:50:36.369Z||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.16.204] 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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:50:36.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c9bcb86
2022-03-10T03:50:36.369Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-10T03:50:36.369Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-10T03:50:36.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-10T03:50:36.370Z||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$$1c38dac8.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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-10T03:51:25.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:51:25.351Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:51:25.351Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:51:25.352Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:51:25.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e681705a-0b6b-46fe-883f-88a5f2f022b7 url= /sdc/v1/artifactTypes
2022-03-10T03:51:25.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:51:25.830Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-10T03:51:25.837Z||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-10T03:51:25.856Z||scheduling-1|||||DEBUG|500||create keys
2022-03-10T03:51:25.862Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-10T03:51:26.014Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:51:26.028Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4832c362-8114-4b80-a6c0-039f58d6dbda url= /sdc/v1/registerForDistribution
2022-03-10T03:51:26.583Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4832c362-8114-4b80-a6c0-039f58d6dbda url= /sdc/v1/registerForDistribution
2022-03-10T03:51:26.584Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-10T03:51:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:51:26.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:51:26.596Z||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-10T03:51:26.596Z||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-10T03:51:26.596Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:51:26.596Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:51:26.596Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-10T03:51:37.323Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:51:37.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:52:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:52:26.590Z||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-10T03:52:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:52:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:52:26.592Z||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-10T03:52:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:52:36.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:52:36.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:53:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:53:26.590Z||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-10T03:53:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:53:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:53:26.592Z||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-10T03:53:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:53:36.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:53:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:54:26.590Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:54:26.591Z||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-10T03:54:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:54:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:54:26.592Z||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-10T03:54:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:54:36.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:54:36.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:55:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:55:26.591Z||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-10T03:55:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:55:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:55:26.592Z||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-10T03:55:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:55:36.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:55:36.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:56:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:56:26.591Z||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-10T03:56:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:56:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:56:26.592Z||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-10T03:56:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:56:36.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:56:36.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:57:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:57:26.591Z||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-10T03:57:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:57:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:57:26.592Z||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-10T03:57:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:57:36.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:57:36.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:58:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:58:26.590Z||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-10T03:58:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:58:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:58:26.592Z||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-10T03:58:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:58:36.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:58:36.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:59:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:59:26.591Z||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-10T03:59:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:59:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:59:26.592Z||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-10T03:59:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T03:59:36.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T03:59:36.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:00:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:00:26.591Z||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-10T04:00:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:00:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:00:26.592Z||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-10T04:00:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:00:36.165Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:00:36.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:01:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:01:26.591Z||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-10T04:01:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:01:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:01:26.592Z||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-10T04:01:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:01:36.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:01:36.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:02:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:02:26.591Z||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-10T04:02:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:02:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:02:26.592Z||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-10T04:02:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:02:36.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:02:36.142Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:03:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:03:26.591Z||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-10T04:03:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:03:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:03:26.592Z||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-10T04:03:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:03:36.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:03:36.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:04:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:04:26.590Z||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-10T04:04:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:04:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:04:26.592Z||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-10T04:04:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:04:36.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:04:36.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:05:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:05:26.591Z||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-10T04:05:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:05:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:05:26.592Z||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-10T04:05:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:05:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:05:36.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:06:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:06:26.591Z||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-10T04:06:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:06:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:06:26.592Z||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-10T04:06:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:06:36.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:06:36.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:07:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:07:26.590Z||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-10T04:07:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:07:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:07:26.592Z||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-10T04:07:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:07:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:07:36.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:08:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:08:26.590Z||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-10T04:08:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:08:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:08:26.592Z||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-10T04:08:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:08:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:08:36.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:09:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:09:26.591Z||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-10T04:09:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:09:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:09:26.592Z||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-10T04:09:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:09:36.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:09:36.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:10:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:10:26.590Z||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-10T04:10:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:10:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:10:26.592Z||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-10T04:10:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:10:36.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:10:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:11:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:11:26.591Z||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-10T04:11:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:11:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:11:26.592Z||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-10T04:11:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:11:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:11:36.139Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:12:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:12:26.590Z||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-10T04:12:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:12:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:12:26.592Z||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-10T04:12:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:12:36.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:12:36.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:13:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:13:26.590Z||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-10T04:13:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:13:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:13:26.592Z||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-10T04:13:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:13:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:13:36.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:14:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:14:26.590Z||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-10T04:14:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:14:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:14:26.592Z||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-10T04:14:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:14:36.133Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:14:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:15:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:15:26.590Z||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-10T04:15:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:15:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:15:26.592Z||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-10T04:15:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:15:36.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:15:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:16:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:16:26.590Z||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-10T04:16:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:16:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:16:26.592Z||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-10T04:16:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:16:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:16:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:17:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:17:26.590Z||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-10T04:17:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:17:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:17:26.592Z||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-10T04:17:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:17:36.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:17:36.135Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:18:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:18:26.591Z||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-10T04:18:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:18:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:18:26.592Z||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-10T04:18:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:18:36.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:18:36.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:19:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:19:26.591Z||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-10T04:19:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:19:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:19:26.592Z||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-10T04:19:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:19:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:19:36.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:20:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:20:26.590Z||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-10T04:20:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:20:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:20:26.592Z||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-10T04:20:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:20:36.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:20:36.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:21:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:21:26.590Z||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-10T04:21:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:21:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:21:26.592Z||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-10T04:21:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:21:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:21:36.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:22:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:22:26.590Z||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-10T04:22:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:22:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:22:26.592Z||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-10T04:22:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:22:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:22:36.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:23:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:23:26.590Z||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-10T04:23:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:23:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:23:26.592Z||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-10T04:23:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:23:36.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:23:36.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:24:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:24:26.591Z||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-10T04:24:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:24:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:24:26.593Z||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-10T04:24:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:24:36.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:24:36.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:25:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:25:26.590Z||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-10T04:25:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:25:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:25:26.592Z||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-10T04:25:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:25:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:25:36.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:26:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:26:26.590Z||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-10T04:26:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:26:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:26:26.592Z||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-10T04:26:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:26:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:26:36.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:27:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:27:26.590Z||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-10T04:27:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:27:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:27:26.592Z||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-10T04:27:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:27:36.135Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:27:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:28:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:28:26.590Z||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-10T04:28:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:28:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:28:26.592Z||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-10T04:28:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:28:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:28:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:29:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:29:26.590Z||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-10T04:29:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:29:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:29:26.592Z||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-10T04:29:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:29:36.133Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:29:36.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:30:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:30:26.591Z||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-10T04:30:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:30:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:30:26.592Z||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-10T04:30:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:30:36.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:30:36.146Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:31:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:31:26.591Z||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-10T04:31:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:31:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:31:26.592Z||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-10T04:31:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:31:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:31:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:32:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:32:26.590Z||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-10T04:32:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:32:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:32:26.592Z||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-10T04:32:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:32:36.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:32:36.141Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:33:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:33:26.590Z||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-10T04:33:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:33:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:33:26.591Z||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-10T04:33:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:33:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:33:36.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:34:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:34:26.590Z||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-10T04:34:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:34:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:34:26.592Z||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-10T04:34:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:34:36.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:34:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:35:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:35:26.590Z||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-10T04:35:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:35:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:35:26.592Z||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-10T04:35:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:35:36.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:35:36.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:36:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:36:26.591Z||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-10T04:36:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:36:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:36:26.592Z||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-10T04:36:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:36:36.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:36:36.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:37:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:37:26.590Z||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-10T04:37:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:37:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:37:26.592Z||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-10T04:37:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:37:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:37:36.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:38:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:38:26.590Z||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-10T04:38:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:38:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:38:26.592Z||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-10T04:38:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:38:36.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:38:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:39:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:39:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:39:26.592Z||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-10T04:39:26.592Z||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-10T04:39:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:39:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:39:36.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:39:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:40:26.590Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:40:26.590Z||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-10T04:40:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:40:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:40:26.592Z||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-10T04:40:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:40:36.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:40:36.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:41:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:41:26.590Z||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-10T04:41:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:41:26.592Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:41:26.592Z||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-10T04:41:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:41:36.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:41:36.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:42:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:42:26.590Z||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-10T04:42:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:42:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:42:26.592Z||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-10T04:42:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:42:36.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:42:36.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:43:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:43:26.590Z||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-10T04:43:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:43:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:43:26.592Z||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-10T04:43:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:43:36.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:43:36.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:44:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:44:26.591Z||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-10T04:44:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:44:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:44:26.592Z||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-10T04:44:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:44:36.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:44:36.141Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:45:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:45:26.590Z||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-10T04:45:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:45:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:45:26.592Z||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-10T04:45:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:45:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:45:36.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:46:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:46:26.590Z||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-10T04:46:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:46:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:46:26.592Z||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-10T04:46:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:46:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:46:36.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:47:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:47:26.590Z||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-10T04:47:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:47:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:47:26.592Z||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-10T04:47:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:47:36.133Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:47:36.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:48:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:48:26.591Z||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-10T04:48:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:48:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:48:26.592Z||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-10T04:48:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:48:36.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:48:36.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:49:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:49:26.591Z||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-10T04:49:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:49:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:49:26.592Z||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-10T04:49:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:49:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:49:36.135Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:50:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:50:26.590Z||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-10T04:50:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:50:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:50:26.592Z||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-10T04:50:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:50:36.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:50:36.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:51:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:51:26.590Z||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-10T04:51:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:51:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:51:26.592Z||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-10T04:51:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:51:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:51:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:52:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:52:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:52:26.592Z||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-10T04:52:26.592Z||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-10T04:52:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:52:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:52:36.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:52:36.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:53:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:53:26.590Z||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-10T04:53:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:53:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:53:26.591Z||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-10T04:53:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:53:36.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:53:36.139Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:54:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:54:26.590Z||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-10T04:54:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:54:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:54:26.592Z||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-10T04:54:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:54:36.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:54:36.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:55:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:55:26.591Z||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-10T04:55:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:55:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:55:26.592Z||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-10T04:55:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:55:36.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:55:36.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:56:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:56:26.590Z||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-10T04:56:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:56:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:56:26.592Z||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-10T04:56:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:56:36.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:56:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:57:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:57:26.590Z||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-10T04:57:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:57:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:57:26.592Z||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-10T04:57:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:57:36.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:57:36.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:58:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:58:26.590Z||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-10T04:58:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:58:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:58:26.592Z||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-10T04:58:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:58:36.133Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:58:36.136Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:59:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:59:26.590Z||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-10T04:59:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:59:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T04:59:26.592Z||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-10T04:59:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T04:59:36.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T04:59:36.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:00:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:00:26.590Z||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-10T05:00:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:00:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:00:26.592Z||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-10T05:00:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:00:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:00:36.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:01:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:01:26.590Z||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-10T05:01:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:01:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:01:26.592Z||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-10T05:01:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:01:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:01:36.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:02:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:02:26.590Z||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-10T05:02:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:02:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:02:26.592Z||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-10T05:02:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:02:36.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:02:36.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:03:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:03:26.590Z||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-10T05:03:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:03:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:03:26.592Z||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-10T05:03:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:03:36.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:03:36.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:04:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:04:26.590Z||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-10T05:04:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:04:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:04:26.592Z||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-10T05:04:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:04:36.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:04:36.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:05:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:05:26.590Z||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-10T05:05:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:05:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:05:26.592Z||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-10T05:05:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:05:36.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:05:36.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:06:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:06:26.590Z||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-10T05:06:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:06:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:06:26.592Z||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-10T05:06:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:06:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:06:36.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:07:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:07:26.590Z||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-10T05:07:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:07:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:07:26.592Z||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-10T05:07:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:07:36.131Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:07:36.131Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:08:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:08:26.591Z||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-10T05:08:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:08:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:08:26.592Z||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-10T05:08:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:08:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:08:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:09:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:09:26.590Z||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-10T05:09:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:09:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:09:26.591Z||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-10T05:09:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:09:36.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:09:36.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:10:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:10:26.591Z||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-10T05:10:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:10:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:10:26.592Z||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-10T05:10:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:10:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:10:36.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:11:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:11:26.590Z||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-10T05:11:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:11:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:11:26.592Z||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-10T05:11:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:11:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:11:36.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:12:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:12:26.590Z||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-10T05:12:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:12:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:12:26.592Z||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-10T05:12:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:12:36.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:12:36.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:13:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:13:26.590Z||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-10T05:13:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:13:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:13:26.592Z||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-10T05:13:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:13:36.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:13:36.139Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:14:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:14:26.590Z||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-10T05:14:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:14:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:14:26.592Z||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-10T05:14:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:14:36.132Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:14:36.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:15:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:15:26.590Z||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-10T05:15:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:15:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:15:26.592Z||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-10T05:15:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:15:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:15:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:16:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:16:26.590Z||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-10T05:16:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:16:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:16:26.592Z||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-10T05:16:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:16:36.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:16:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:17:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:17:26.590Z||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-10T05:17:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:17:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:17:26.592Z||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-10T05:17:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:17:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:17:36.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:18:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:18:26.590Z||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-10T05:18:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:18:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:18:26.592Z||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-10T05:18:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:18:36.135Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:18:36.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:19:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:19:26.590Z||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-10T05:19:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:19:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:19:26.592Z||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-10T05:19:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:19:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:19:36.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:20:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:20:26.590Z||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-10T05:20:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:20:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:20:26.592Z||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-10T05:20:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:20:36.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:20:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:21:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:21:26.590Z||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-10T05:21:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:21:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:21:26.591Z||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-10T05:21:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:21:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:21:36.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:22:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:22:26.590Z||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-10T05:22:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:22:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:22:26.591Z||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-10T05:22:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:22:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:22:36.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:23:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:23:26.590Z||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-10T05:23:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:23:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:23:26.592Z||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-10T05:23:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:23:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:23:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:24:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:24:26.590Z||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-10T05:24:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:24:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:24:26.592Z||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-10T05:24:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:24:36.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:24:36.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:25:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:25:26.590Z||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-10T05:25:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:25:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:25:26.592Z||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-10T05:25:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:25:36.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:25:36.129Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:26:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:26:26.590Z||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-10T05:26:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:26:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:26:26.592Z||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-10T05:26:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:26:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:26:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:27:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:27:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:27:26.591Z||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-10T05:27:26.591Z||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-10T05:27:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:27:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:27:36.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:27:36.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:28:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:28:26.590Z||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-10T05:28:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:28:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:28:26.592Z||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-10T05:28:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:28:36.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:28:36.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:29:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:29:26.590Z||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-10T05:29:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:29:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:29:26.591Z||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-10T05:29:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:29:36.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:29:36.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:30:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:30:26.590Z||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-10T05:30:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:30:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:30:26.592Z||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-10T05:30:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:30:36.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:30:36.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:31:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:31:26.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-10T05:31:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:31:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:31:26.592Z||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-10T05:31:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:31:36.132Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:31:36.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:32:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:32:26.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-10T05:32:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:32:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:32:26.592Z||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-10T05:32:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:32:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:32:36.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:33:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:33:26.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-10T05:33:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:33:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:33:26.592Z||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-10T05:33:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:33:36.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:33:36.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:34:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:34:26.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-10T05:34:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:34:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:34:26.592Z||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-10T05:34:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:34:36.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:34:36.141Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:35:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:35:26.591Z||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-10T05:35:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:35:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:35:26.592Z||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-10T05:35:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:35:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:35:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:36:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:36:26.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-10T05:36:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:36:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:36:26.592Z||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-10T05:36:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:36:36.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:36:36.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:37:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:37:26.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-10T05:37:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:37:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:37:26.591Z||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-10T05:37:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:37:36.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:37:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:38:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:38:26.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-10T05:38:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:38:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:38:26.591Z||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-10T05:38:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:38:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:38:36.139Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:39:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:39:26.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-10T05:39:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:39:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:39:26.592Z||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-10T05:39:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:39:36.132Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:39:36.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:40:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:40:26.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-10T05:40:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:40:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:40:26.592Z||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-10T05:40:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:40:36.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:40:36.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:41:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:41:26.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-10T05:41:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:41:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:41:26.592Z||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-10T05:41:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:41:36.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:41:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:42:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:42:26.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-10T05:42:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:42:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:42:26.592Z||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-10T05:42:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:42:36.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:42:36.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:43:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:43:26.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-10T05:43:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:43:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:43:26.592Z||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-10T05:43:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:43:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:43:36.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:44:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:44:26.591Z||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-10T05:44:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:44:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:44:26.592Z||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-10T05:44:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:44:36.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:44:36.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:45:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:45:26.590Z||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-10T05:45:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:45:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:45:26.592Z||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-10T05:45:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:45:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:45:36.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:46:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:46:26.590Z||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-10T05:46:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:46:26.592Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:46:26.593Z||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-10T05:46:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:46:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:46:36.139Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:47:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:47:26.590Z||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-10T05:47:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:47:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:47:26.592Z||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-10T05:47:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:47:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:47:36.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:48:26.590Z||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-10T05:48:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:48:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:48:26.592Z||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-10T05:48:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:48:36.133Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:36.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:49:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:49:26.591Z||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-10T05:49:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:49:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:49:26.592Z||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-10T05:49:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:49:36.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:49:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:50:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:50:26.591Z||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-10T05:50:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:50:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:50:26.592Z||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-10T05:50:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:50:36.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:50:36.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:51:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:51:26.590Z||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-10T05:51:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:51:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:51:26.592Z||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-10T05:51:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:51:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:51:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:52:26.590Z||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-10T05:52:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:52:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:52:26.592Z||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-10T05:52:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:52:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:36.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:53:26.590Z||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-10T05:53:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:53:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:53:26.592Z||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-10T05:53:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:53:36.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:36.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:54:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:54:26.591Z||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-10T05:54:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:54:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:54:26.592Z||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-10T05:54:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:54:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:54:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:55:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:55:26.590Z||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-10T05:55:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:55:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:55:26.592Z||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-10T05:55:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:55:36.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:55:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:26.590Z||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-10T05:56:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:56:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:26.592Z||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-10T05:56:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:56:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:57:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:57:26.591Z||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-10T05:57:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:57:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:57:26.592Z||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-10T05:57:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:57:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:57:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:58:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:58:26.590Z||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-10T05:58:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:58:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:58:26.592Z||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-10T05:58:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:58:36.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:58:36.144Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:59:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:59:26.591Z||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-10T05:59:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:59:26.592Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:59:26.593Z||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-10T05:59:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T05:59:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:59:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:00:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:00:26.590Z||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-10T06:00:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:00:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:00:26.592Z||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-10T06:00:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:00:36.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:00:36.137Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:01:26.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:01:26.590Z||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-10T06:01:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:01:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:01:26.592Z||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-10T06:01:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:01:36.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:01:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:02:26.590Z||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-10T06:02:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:02:26.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:02:26.592Z||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-10T06:02:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:02:36.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:36.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:03:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:03:26.590Z||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-10T06:03:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:03:26.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:03:26.592Z||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-10T06:03:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:03:36.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:03:36.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:04:26.590Z||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-10T06:04:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:04:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:04:26.592Z||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-10T06:04:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:04:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:05:26.590Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:05:26.590Z||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-10T06:05:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:05:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:05:26.592Z||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-10T06:05:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:05:36.131Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:05:36.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:06:26.590Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:06:26.590Z||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-10T06:06:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:06:26.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:06:26.592Z||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-10T06:06:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:06:36.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:06:36.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:07:26.590Z||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-10T06:07:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:07:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:07:26.592Z||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-10T06:07:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:07:36.133Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:08:26.590Z||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-10T06:08:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:08:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:08:26.592Z||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-10T06:08:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:08:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:36.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:09:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:09:26.590Z||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-10T06:09:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:09:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:09:26.592Z||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-10T06:09:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:09:36.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:09:36.144Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:10:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:10:26.590Z||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-10T06:10:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:10:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:10:26.591Z||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-10T06:10:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:10:36.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:10:36.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:11:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:11:26.590Z||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-10T06:11:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:11:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:11:26.592Z||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-10T06:11:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:11:36.134Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:11:36.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:12:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:12:26.590Z||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-10T06:12:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:12:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:12:26.592Z||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-10T06:12:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:12:36.130Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:12:36.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:13:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:13:26.590Z||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-10T06:13:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:13:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:13:26.592Z||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-10T06:13:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:13:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:13:36.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:14:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:14:26.590Z||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-10T06:14:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:14:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:14:26.591Z||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-10T06:14:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:14:36.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:14:36.146Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:26.590Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:15:26.590Z||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-10T06:15:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:15:26.591Z||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-10T06:15:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:27.219Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:27.220Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:27.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8aa96f0-dc36-48ee-9036-c3ded8352e0e","serviceName":"basic_onboard_KrQuDi","serviceVersion":"1.0","serviceUUID":"bf94ed22-6dca-43de-9419-3702b8c4722e","serviceDescription":"service","serviceInvariantUUID":"c237335d-d71b-4501-bc9b-639a21b05b40","resources":[{"resourceInstanceName":"basic_onboard_KrQuDi 0","resourceName":"basic_onboard_KrQuDi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cc461c5-daea-4b1c-8da0-a35009f2334a","resourceInvariantUUID":"861a742a-793f-407e-b5fc-e214522bc685","resourceCustomizationUUID":"82c718e7-09f4-404e-902f-57b7b0b46f84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml","artifactChecksum":"MjhkZDEyMmRiYzFjYmE5NzczNjNiZjcwZTFjN2M5YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4694b070-bcc8-4f86-854b-5d1b0f4b1650","artifactVersion":"1"},{"artifactName":"basic_onboard_krqudi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json","artifactChecksum":"OGU0ODA5NzFlYTQ2ZjgxMGQwNzI1ZGE5MGMxOGExNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"368d3a37-ef10-494f-b66c-c0d8ff2a4f7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0df2dfce-c2df-49f8-8592-ba973f1a2eee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8dbf6bb2-d366-45ee-81cf-3efbdb1f76a0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d5924d4-7586-4a8a-9c9c-c600158d31e8","artifactVersion":"2","generatedFromUUID":"0df2dfce-c2df-49f8-8592-ba973f1a2eee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrqudi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml","artifactChecksum":"NDdkYzUzMjIzNGQ2OTA5N2ViNDRiMzQzOTg3OWZmNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4e76cd6-e7d7-47ab-8c7f-c3ce82c784cc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrqudi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar","artifactChecksum":"NjA0MWNlZjUyZjNjZDZhM2VjZTJiYzRkYWZmMjdlMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ebbfe0e-0fc7-4f17-97e9-92562351fd50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:15:27.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.232Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:27.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:27.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.244Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:27.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.244Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892901096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892898600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892899091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892910936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892910929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892911021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892904491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892911935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "cds",
  "timestamp": 1646892912037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-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-10T06:15:27.344Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-10T06:15:27.347Z||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-10T06:15:27.347Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:27.359Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:27.360Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T06:15:27.377Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8aa96f0-dc36-48ee-9036-c3ded8352e0e
2022-03-10T06:15:27.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8aa96f0-dc36-48ee-9036-c3ded8352e0e 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-10T06:15:27.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892912644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "policy-id",
  "timestamp": 1646892912938,
  "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-10T06:15:27.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8aa96f0-dc36-48ee-9036-c3ded8352e0e
2022-03-10T06:15:27.427Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8aa96f0-dc36-48ee-9036-c3ded8352e0e 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-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892914348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892907685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892915352,
  "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-10T06:15:27.439Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8aa96f0-dc36-48ee-9036-c3ded8352e0e
2022-03-10T06:15:27.439Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8aa96f0-dc36-48ee-9036-c3ded8352e0e 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-10T06:15:27.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892915716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892910014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892917117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892918314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892919448,
  "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-10T06:15:27.452Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8aa96f0-dc36-48ee-9036-c3ded8352e0e
2022-03-10T06:15:27.452Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8aa96f0-dc36-48ee-9036-c3ded8352e0e 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-10T06:15:27.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892920454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:27.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892922950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T06:15:27.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:15:27.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:15:27.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "aai-ml",
  "timestamp": 1646892923955,
  "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-10T06:15:27.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c8aa96f0-dc36-48ee-9036-c3ded8352e0e
2022-03-10T06:15:27.464Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8aa96f0-dc36-48ee-9036-c3ded8352e0e 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-10T06:15:28.250Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:28.250Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:28.252Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:28.252Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:15:28.352Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:28.352Z||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-10T06:15:28.353Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:28.364Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:28.365Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:29.252Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:29.253Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:29.254Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:29.254Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:15:29.355Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:15:29.355Z||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-10T06:15:29.355Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:29.368Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:29.369Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:30.255Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:30.255Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:30.257Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:30.257Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:30.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:30.358Z||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-10T06:15:30.358Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:30.372Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:30.372Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:15:31.258Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:31.258Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:31.260Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:31.260Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T06:15:31.360Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:31.360Z||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-10T06:15:31.361Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:31.373Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:31.373Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:15:32.260Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:32.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:32.263Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:32.263Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:15:32.363Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:32.363Z||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-10T06:15:32.364Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:32.376Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:32.376Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:33.263Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:15:33.264Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:33.266Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:33.266Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:15:33.366Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:33.367Z||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-10T06:15:33.367Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:33.380Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:33.380Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:34.268Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "serviceName": "basic_onboard_KrQuDi",
  "serviceVersion": "1.0",
  "serviceUUID": "bf94ed22-6dca-43de-9419-3702b8c4722e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c237335d-d71b-4501-bc9b-639a21b05b40",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KrQuDi 0",
      "resourceCustomizationUUID": "82c718e7-09f4-404e-902f-57b7b0b46f84",
      "resourceName": "basic_onboard_KrQuDi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6cc461c5-daea-4b1c-8da0-a35009f2334a",
      "resourceInvariantUUID": "861a742a-793f-407e-b5fc-e214522bc685",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_krqudi0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
          "artifactChecksum": "OGU0ODA5NzFlYTQ2ZjgxMGQwNzI1ZGE5MGMxOGExNzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "368d3a37-ef10-494f-b66c-c0d8ff2a4f7d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0df2dfce-c2df-49f8-8592-ba973f1a2eee",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1d5924d4-7586-4a8a-9c9c-c600158d31e8",
            "generatedFromUUID": "0df2dfce-c2df-49f8-8592-ba973f1a2eee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1d5924d4-7586-4a8a-9c9c-c600158d31e8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKrqudi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
      "artifactChecksum": "NjA0MWNlZjUyZjNjZDZhM2VjZTJiYzRkYWZmMjdlMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ebbfe0e-0fc7-4f17-97e9-92562351fd50"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:15:34.268Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:15:34.269Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf94ed22-6dca-43de-9419-3702b8c4722e ASDC
2022-03-10T06:15:34.375Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c8aa96f0-dc36-48ee-9036-c3ded8352e0e
ServiceName:basic_onboard_KrQuDi
ServiceVersion:1.0
ServiceUUID:bf94ed22-6dca-43de-9419-3702b8c4722e
ServiceInvariantUUID:c237335d-d71b-4501-bc9b-639a21b05b40
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKrqudi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar
ArtifactUUID:8ebbfe0e-0fc7-4f17-97e9-92562351fd50
ArtifactChecksum:NjA0MWNlZjUyZjNjZDZhM2VjZTJiYzRkYWZmMjdlMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KrQuDi 0
ResourceCustomizationUUID:82c718e7-09f4-404e-902f-57b7b0b46f84
ResourceInvariantUUID:861a742a-793f-407e-b5fc-e214522bc685
ResourceName:basic_onboard_KrQuDi
ResourceType:VF
ResourceUUID:6cc461c5-daea-4b1c-8da0-a35009f2334a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_krqudi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json
ArtifactUUID:368d3a37-ef10-494f-b66c-c0d8ff2a4f7d
ArtifactChecksum:OGU0ODA5NzFlYTQ2ZjgxMGQwNzI1ZGE5MGMxOGExNzY=
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/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0df2dfce-c2df-49f8-8592-ba973f1a2eee
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/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env
ArtifactUUID:1d5924d4-7586-4a8a-9c9c-c600158d31e8
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/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env
ArtifactUUID:1d5924d4-7586-4a8a-9c9c-c600158d31e8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T06:15:34.375Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf94ed22-6dca-43de-9419-3702b8c4722e 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-10T06:15:34.414Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:15:34.415Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:15:34.415Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:15:34.416Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ebbfe0e-0fc7-4f17-97e9-92562351fd50 from URL: /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:34.416Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:15:34.417Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:34.788Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:15:34.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar 8ebbfe0e-0fc7-4f17-97e9-92562351fd50 71573
2022-03-10T06:15:34.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar ASDC sendASDCNotification
2022-03-10T06:15:34.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:34.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:15:34.798Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:34.799Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:34.799Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892934795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:34.899Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:34.900Z||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-10T06:15:34.901Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:34.914Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:34.914Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:35.800Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:15:35.801Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:15:35.801Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8ebbfe0e-0fc7-4f17-97e9-92562351fd50, URL: /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:35.801Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:35.857Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:35.857Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:36.223Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10921092699699431615/Definitions/service-BasicOnboardKrqudi-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-10T06:15:37.773Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.777Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.778Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KrQuDi 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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.778Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:37.778Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-10T06:15:37.783Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.784Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.787Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:37.787Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-10T06:15:37.788Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:15:37.789Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.790Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.790Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:37.790Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-10T06:15:37.790Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:15:37.790Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.790Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.793Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.793Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is not matching search criteria
2022-03-10T06:15:37.793Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-10T06:15:37.793Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-10T06:15:37.793Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-10T06:15:37.794Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T06:15:37.794Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T06:15:37.794Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.794Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:15:37.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:37.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:15:37.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:37.795Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is not matching search criteria
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T06:15:37.796Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e59d9f1-3df7-4062-b251-f60edfbd1cca
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:37.797Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:37.798Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KrQuDi
Description:service
Model UUID:bf94ed22-6dca-43de-9419-3702b8c4722e
Model Version:NULL
Model InvariantUuid:c237335d-d71b-4501-bc9b-639a21b05b40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KrQuDi
Model UUID:03e8812c-2651-4c8a-b999-38135fa38071
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:861a742a-793f-407e-b5fc-e214522bc685
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82c718e7-09f4-404e-902f-57b7b0b46f84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:31a6f457-465c-45a6-aa99-6f45b8ad7234
ModelName:BasicOnboardKrqudi..base_ubuntu18..module-0
ModelUuid:b79fde0f-85b3-4480-a96a-c9c66e880baa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e59d9f1-3df7-4062-b251-f60edfbd1cca
ModelInvariantUuid:e190cb8d-ac6a-4384-a3ea-f1e6fa9e05e6
ModelName:basic_onboard_KrQuDi-nodes.ubuntu18Cvfc
ModelUuid:660333ee-7741-4fdd-9177-bb9120e34f44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ad4dc65e-ef75-43b6-bb61-f53b205c78fb
ModelInvariantUuid:d81d9405-f013-42ef-b114-28d1458d4868
ModelName:BasicOnboardKrqudi.compute.nodes.heat.ubuntu18
ModelUuid:6c9103ae-da21-4666-a0b8-e1e7b9b1c190
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-10T06:15:37.810Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cc461c5-daea-4b1c-8da0-a35009f2334a
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-10T06:15:37.881Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||basic_onboard_KrQuDi 0
2022-03-10T06:15:37.886Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cc461c5-daea-4b1c-8da0-a35009f2334a
2022-03-10T06:15:37.887Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 368d3a37-ef10-494f-b66c-c0d8ff2a4f7d from URL: /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json
2022-03-10T06:15:37.887Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:15:37.887Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json
2022-03-10T06:15:38.019Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:15:38.020Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json 368d3a37-ef10-494f-b66c-c0d8ff2a4f7d 798
2022-03-10T06:15:38.020Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json ASDC sendASDCNotification
2022-03-10T06:15:38.020Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json
2022-03-10T06:15:38.020Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:15:38.021Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:38.022Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:38.022Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892938020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:38.122Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:38.123Z||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-10T06:15:38.124Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:38.136Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:38.137Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:39.024Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKrqudi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "31a6f457-465c-45a6-aa99-6f45b8ad7234",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b79fde0f-85b3-4480-a96a-c9c66e880baa",
    "vfModuleModelCustomizationUUID": "84633a1e-ad3d-490a-a245-47c7b093f540",
    "isBase": true,
    "artifacts": [
      "0df2dfce-c2df-49f8-8592-ba973f1a2eee",
      "1d5924d4-7586-4a8a-9c9c-c600158d31e8"
    ],
    "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-10T06:15:39.038Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrqudi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b79fde0f-85b3-4480-a96a-c9c66e880baa
VfModuleModelInvariantUUID:31a6f457-465c-45a6-aa99-6f45b8ad7234
VfModuleModelDescription:NULL
Artifacts UUID List:{
0df2dfce-c2df-49f8-8592-ba973f1a2eee
,
1d5924d4-7586-4a8a-9c9c-c600158d31e8

}
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-10T06:15:39.040Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKrqudi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "31a6f457-465c-45a6-aa99-6f45b8ad7234",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b79fde0f-85b3-4480-a96a-c9c66e880baa",
    "vfModuleModelCustomizationUUID": "84633a1e-ad3d-490a-a245-47c7b093f540",
    "isBase": true,
    "artifacts": [
      "0df2dfce-c2df-49f8-8592-ba973f1a2eee",
      "1d5924d4-7586-4a8a-9c9c-c600158d31e8"
    ],
    "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-10T06:15:39.041Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrqudi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b79fde0f-85b3-4480-a96a-c9c66e880baa
VfModuleModelInvariantUUID:31a6f457-465c-45a6-aa99-6f45b8ad7234
VfModuleModelDescription:NULL
Artifacts UUID List:{
0df2dfce-c2df-49f8-8592-ba973f1a2eee
,
1d5924d4-7586-4a8a-9c9c-c600158d31e8

}
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-10T06:15:39.041Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0df2dfce-c2df-49f8-8592-ba973f1a2eee from URL: /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml
2022-03-10T06:15:39.041Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:15:39.042Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml
2022-03-10T06:15:39.215Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:15:39.215Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml 0df2dfce-c2df-49f8-8592-ba973f1a2eee 5033
2022-03-10T06:15:39.216Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T06:15:39.216Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml
2022-03-10T06:15:39.216Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:15:39.216Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:39.218Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:39.219Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892939216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:39.319Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:15:39.319Z||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-10T06:15:39.319Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:39.332Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:39.332Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:40.220Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1d5924d4-7586-4a8a-9c9c-c600158d31e8 from URL: /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env
2022-03-10T06:15:40.220Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:15:40.220Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env
2022-03-10T06:15:40.318Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:15:40.319Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env 1d5924d4-7586-4a8a-9c9c-c600158d31e8 909
2022-03-10T06:15:40.319Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T06:15:40.319Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env
2022-03-10T06:15:40.319Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:15:40.319Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:40.321Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:40.321Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892940319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:15:40.421Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:40.422Z||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-10T06:15:40.422Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:40.433Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:40.433Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:41.322Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bf94ed22-6dca-43de-9419-3702b8c4722e
2022-03-10T06:15:41.322Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KrQuDi 0 6cc461c5-daea-4b1c-8da0-a35009f2334a 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-10T06:15:41.346Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fae042f, org.onap.sdc.toscaparser.api.parameters.Input@6705d5fe, org.onap.sdc.toscaparser.api.parameters.Input@57170ec, org.onap.sdc.toscaparser.api.parameters.Input@b25157d, org.onap.sdc.toscaparser.api.parameters.Input@5475e74a]
2022-03-10T06:15:41.349Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.349Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.349Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-10T06:15:41.349Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 82c718e7-09f4-404e-902f-57b7b0b46f84
2022-03-10T06:15:41.350Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82c718e7-09f4-404e-902f-57b7b0b46f84 matches Tosca VF Customization UUID: 82c718e7-09f4-404e-902f-57b7b0b46f84
2022-03-10T06:15:41.350Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 82c718e7-09f4-404e-902f-57b7b0b46f84  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-10T06:15:41.354Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.354Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.355Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 82c718e7-09f4-404e-902f-57b7b0b46f84: {\"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-10T06:15:41.355Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6305658b
2022-03-10T06:15:41.355Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.355Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:15:41.355Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84633a1e-ad3d-490a-a245-47c7b093f540
2022-03-10T06:15:41.356Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84633a1e-ad3d-490a-a245-47c7b093f540
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-10T06:15:41.360Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.360Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:41.360Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:15:41.361Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.361Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:41.361Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:15:41.361Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.361Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is not matching search criteria
2022-03-10T06:15:41.362Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T06:15:41.362Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T06:15:41.362Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e59d9f1-3df7-4062-b251-f60edfbd1cca
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-10T06:15:41.367Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.367Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:41.367Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:15:41.367Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.367Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KrQuDi 0 is matching search criteria
2022-03-10T06:15:41.368Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KrQuDi 0] matching following query criteria: sdcType=VF, customizationUUID=82c718e7-09f4-404e-902f-57b7b0b46f84
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-10T06:15:41.369Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.369Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.369Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bf94ed22-6dca-43de-9419-3702b8c4722e: basic_onboard_KrQuDi
2022-03-10T06:15:41.369Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.370Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:15:41.371Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KrQuDi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:15:41.371Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_KrQuDi 
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-10T06:15:41.498Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KrQuDi 6cc461c5-daea-4b1c-8da0-a35009f2334a 1 ASDC deployResourceStructure
2022-03-10T06:15:41.498Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json ASDC sendASDCNotification
2022-03-10T06:15:41.498Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json
2022-03-10T06:15:41.498Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:15:41.498Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:41.500Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:41.500Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892941498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:41.600Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:41.601Z||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-10T06:15:41.601Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:41.612Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:41.612Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:42.501Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T06:15:42.502Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml
2022-03-10T06:15:42.502Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:15:42.502Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:42.504Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:42.504Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892942501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:42.604Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:42.605Z||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-10T06:15:42.605Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:42.617Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:42.617Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:43.505Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T06:15:43.505Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env
2022-03-10T06:15:43.506Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:15:43.506Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:43.508Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:43.508Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892943505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:43.608Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:43.608Z||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-10T06:15:43.609Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:43.619Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:43.620Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:15:44.509Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar ASDC sendASDCNotification
2022-03-10T06:15:44.509Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar
2022-03-10T06:15:44.509Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:15:44.509Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:15:44.511Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:15:44.511Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892944508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:15:44.611Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:15:44.612Z||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-10T06:15:44.612Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:15:44.624Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:44.624Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:15:45.512Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8aa96f0-dc36-48ee-9036-c3ded8352e0e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:15:45.526Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8aa96f0-dc36-48ee-9036-c3ded8352e0e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:15:45.529Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:15:45.529Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:15:45.530Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:15:45.530Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:15:45.530Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T06:15:45.531Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:15:45.535Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:16:15.536Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8aa96f0-dc36-48ee-9036-c3ded8352e0e 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-10T06:16:15.544Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8aa96f0-dc36-48ee-9036-c3ded8352e0e and serviceModelVersionId: bf94ed22-6dca-43de-9419-3702b8c4722e
2022-03-10T06:16:15.545Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c237335d-d71b-4501-bc9b-639a21b05b40
2022-03-10T06:16:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:16:26.592Z||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-10T06:16:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:16:26.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:16:26.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:16:26.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:16:26.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:16:27.167Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0
2022-03-10T06:16:27.249Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:16:27.681Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0|INFO|500||Invoke
2022-03-10T06:16:27.687Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8aa96f0-dc36-48ee-9036-c3ded8352e0e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f93b2fa8-17ab-4d3a-bbe4-7da24ebc720e], X-ECOMP-RequestID=[c8aa96f0-dc36-48ee-9036-c3ded8352e0e], X-TransactionId=[], X-ONAP-RequestID=[c8aa96f0-dc36-48ee-9036-c3ded8352e0e], Content-Type=[application/merge-patch+json]}
2022-03-10T06:16:27.894Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T06:16:27.938Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?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/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-06:16:27:903-11899], Content-Length=[495], Date=[Thu, 10 Mar 2022 06:16:27 GMT], Content-Type=[application/json]}
2022-03-10T06:16:27.943Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?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/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e","ERR.5.4.6114"]}}}

2022-03-10T06:16:27.944Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T06:16:27.981Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (ec=ERR.5.4.6114)
2022-03-10T06:16:27.981Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (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-10T06:16:27.981Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (ec=ERR.5.4.6114)
2022-03-10T06:16:27.981Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (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-10T06:16:27.986Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:16:27.992Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8aa96f0-dc36-48ee-9036-c3ded8352e0e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (ec=ERR.5.4.6114)
2022-03-10T06:16:27.992Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T06:16:27.993Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:16:27.994Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:16:27.994Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892987992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:16:28.095Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:16:28.095Z||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-10T06:16:28.096Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:16:28.107Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:16:28.107Z||pool-18-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-10T06:16:29.009Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:16:29.010Z||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-10T06:16:29.010Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:16:38.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:17:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:17:26.590Z||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-10T06:17:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:17:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:17:26.592Z||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-10T06:17:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:17:26.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:17:26.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:17:26.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:17:26.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892926590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:17:26.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892934795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892938020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892939216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892940319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892941498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/basic_onboard_krqudi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892942501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892943505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/resourceInstances/basic_onboard_krqudi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892944508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqudi/1.0/artifacts/service-BasicOnboardKrqudi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:17:26.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:17:36.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:18:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:18:26.590Z||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-10T06:18:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:18:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:18:26.591Z||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-10T06:18:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:18:27.111Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:18:27.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T06:18:27.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8aa96f0-dc36-48ee-9036-c3ded8352e0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892987992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc8aa96f0-dc36-48ee-9036-c3ded8352e0e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c237335d-d71b-4501-bc9b-639a21b05b40/model-vers/model-ver/bf94ed22-6dca-43de-9419-3702b8c4722e) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:18:27.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:18:36.130Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:19:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:19:26.590Z||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-10T06:19:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:19:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:19:26.592Z||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-10T06:19:26.593Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:19:36.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:19:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:20:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:20:26.590Z||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-10T06:20:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:20:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:20:26.592Z||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-10T06:20:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:20:36.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:20:36.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:21:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:21:26.590Z||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-10T06:21:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:21:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:21:26.592Z||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-10T06:21:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:21:36.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:21:36.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:22:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:22:26.590Z||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-10T06:22:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:22:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:22:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:22:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:22:36.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:22:36.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:23:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:23:26.590Z||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-10T06:23:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:23:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:23:26.592Z||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-10T06:23:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:23:36.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:23:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:24:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:24:26.590Z||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-10T06:24:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:24:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:24:26.592Z||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-10T06:24:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:24:36.134Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:24:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:25:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:25:26.590Z||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-10T06:25:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:25:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:25:26.592Z||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-10T06:25:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:25:36.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:25:36.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:26:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:26:26.590Z||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-10T06:26:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:26:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:26:26.592Z||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-10T06:26:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:26:36.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:26:36.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:27:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:27:26.590Z||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-10T06:27:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:27:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:27:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:27:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:27:36.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:27:36.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:26.590Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:28:26.590Z||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-10T06:28:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:28:26.592Z||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-10T06:28:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:26.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:26.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646893690014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893687685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893702028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893696096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893703088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893703835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893704137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "cds",
  "timestamp": 1646893704840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-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-10T06:28:26.742Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f250389-4572-4446-ac49-8e1a9baa9fef
2022-03-10T06:28:26.742Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f250389-4572-4446-ac49-8e1a9baa9fef 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-10T06:28:26.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893705526,
  "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-10T06:28:26.753Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f250389-4572-4446-ac49-8e1a9baa9fef
2022-03-10T06:28:26.753Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f250389-4572-4446-ac49-8e1a9baa9fef 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-10T06:28:26.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:28:26.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893699091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:28:26.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:28:27.216Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:27.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:28:27.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f250389-4572-4446-ac49-8e1a9baa9fef","serviceName":"vFW 2022-03-10 06-26-04","serviceVersion":"1.0","serviceUUID":"a1fdb379-7ffa-4c45-8ca3-a7603933ddba","serviceDescription":"catalog service description","serviceInvariantUUID":"0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c","resources":[{"resourceInstanceName":"vFW d9affc91-e0f1 0","resourceName":"vFW d9affc91-e0f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d89e74a0-c708-41f1-bcb9-a828935a519b","resourceInvariantUUID":"2c2f34d3-6af2-4e39-9037-e709dcd3f1d5","resourceCustomizationUUID":"c64f6745-bc97-4542-9e63-8b56d251da71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml","artifactChecksum":"MGZjZjEyNjBhNTNlNmMxMzJjZjI3ZTdhYThlZjcyMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f5c2677-24ed-442b-ab59-e8b40fa4667c","artifactVersion":"1"},{"artifactName":"vfwd9affc91e0f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json","artifactChecksum":"MjM3NDdjMTU5ZmFkZmJhOWQzN2FkZDA3OTVjMDM2OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3a89489-707f-4a67-863e-42d9bb040498","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"436fd2cc-0994-4ab1-a8cd-1b1cd07108b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml","artifactChecksum":"ZDMxZWQxNDNiMTgxNzQxM2I3NzEyMDEzOWQ4M2Y4Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c6eb10c-a06d-4296-8e13-ce2445f0465d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f71d4236-d2a8-4358-96f2-3aa91fcb1300","artifactVersion":"2","generatedFromUUID":"436fd2cc-0994-4ab1-a8cd-1b1cd07108b8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310062604-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml","artifactChecksum":"NmM0ZjZjNTc2ZWIxYWFiNzc3ZTY4YTU3NTY1MjlkNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82154de8-80ca-4a8d-af6e-686d288f0f4b","artifactVersion":"1"},{"artifactName":"service-Vfw20220310062604-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar","artifactChecksum":"MWYzNDRhYjZjMGIyNDdhYWJlNTc4ZjJjZmNmYjMxZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ed0c96b-9192-4770-af5b-4b09e77c6964","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:28:27.220Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:27.220Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:27.222Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:27.222Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:27.322Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:27.323Z||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-10T06:28:27.323Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:27.334Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:27.335Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:28.222Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:28.223Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:28.225Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:28.225Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:28:28.325Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:28.325Z||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-10T06:28:28.325Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:28.340Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:28.340Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:29.225Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:29.226Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:29.227Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:29.228Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:28:29.327Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:28:29.328Z||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-10T06:28:29.328Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:29.342Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:29.342Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:30.228Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:30.229Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:30.230Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:30.230Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:30.331Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:30.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-10T06:28:30.331Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:30.344Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:30.344Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:31.231Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:31.232Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:31.233Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:31.234Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T06:28:31.333Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:28:31.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-10T06:28:31.334Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:31.347Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:31.347Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:32.234Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:32.235Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:32.236Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:32.236Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:28:32.337Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:28:32.337Z||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-10T06:28:32.338Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:32.351Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:32.351Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:33.237Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:28:33.238Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:33.239Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:33.239Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:28:33.339Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:33.340Z||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-10T06:28:33.340Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:33.353Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:33.353Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:34.244Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "serviceName": "vFW 2022-03-10 06-26-04",
  "serviceVersion": "1.0",
  "serviceUUID": "a1fdb379-7ffa-4c45-8ca3-a7603933ddba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c",
  "resources": [
    {
      "resourceInstanceName": "vFW d9affc91-e0f1 0",
      "resourceCustomizationUUID": "c64f6745-bc97-4542-9e63-8b56d251da71",
      "resourceName": "vFW d9affc91-e0f1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d89e74a0-c708-41f1-bcb9-a828935a519b",
      "resourceInvariantUUID": "2c2f34d3-6af2-4e39-9037-e709dcd3f1d5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd9affc91e0f10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
          "artifactChecksum": "MjM3NDdjMTU5ZmFkZmJhOWQzN2FkZDA3OTVjMDM2OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c3a89489-707f-4a67-863e-42d9bb040498",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "436fd2cc-0994-4ab1-a8cd-1b1cd07108b8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f71d4236-d2a8-4358-96f2-3aa91fcb1300",
            "generatedFromUUID": "436fd2cc-0994-4ab1-a8cd-1b1cd07108b8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f71d4236-d2a8-4358-96f2-3aa91fcb1300",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310062604-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
      "artifactChecksum": "MWYzNDRhYjZjMGIyNDdhYWJlNTc4ZjJjZmNmYjMxZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ed0c96b-9192-4770-af5b-4b09e77c6964"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:28:34.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:28:34.244Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1fdb379-7ffa-4c45-8ca3-a7603933ddba ASDC
2022-03-10T06:28:34.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6f250389-4572-4446-ac49-8e1a9baa9fef
ServiceName:vFW 2022-03-10 06-26-04
ServiceVersion:1.0
ServiceUUID:a1fdb379-7ffa-4c45-8ca3-a7603933ddba
ServiceInvariantUUID:0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310062604-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar
ArtifactUUID:9ed0c96b-9192-4770-af5b-4b09e77c6964
ArtifactChecksum:MWYzNDRhYjZjMGIyNDdhYWJlNTc4ZjJjZmNmYjMxZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d9affc91-e0f1 0
ResourceCustomizationUUID:c64f6745-bc97-4542-9e63-8b56d251da71
ResourceInvariantUUID:2c2f34d3-6af2-4e39-9037-e709dcd3f1d5
ResourceName:vFW d9affc91-e0f1
ResourceType:VF
ResourceUUID:d89e74a0-c708-41f1-bcb9-a828935a519b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd9affc91e0f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json
ArtifactUUID:c3a89489-707f-4a67-863e-42d9bb040498
ArtifactChecksum:MjM3NDdjMTU5ZmFkZmJhOWQzN2FkZDA3OTVjMDM2OTM=
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/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml
ArtifactUUID:436fd2cc-0994-4ab1-a8cd-1b1cd07108b8
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/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env
ArtifactUUID:f71d4236-d2a8-4358-96f2-3aa91fcb1300
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/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env
ArtifactUUID:f71d4236-d2a8-4358-96f2-3aa91fcb1300
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T06:28:34.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1fdb379-7ffa-4c45-8ca3-a7603933ddba 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-10T06:28:34.282Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:28:34.283Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T06:28:34.283Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T06:28:34.283Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ed0c96b-9192-4770-af5b-4b09e77c6964 from URL: /sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:34.283Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T06:28:34.283Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:34.493Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T06:28:34.497Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar 9ed0c96b-9192-4770-af5b-4b09e77c6964 98955
2022-03-10T06:28:34.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar ASDC sendASDCNotification
2022-03-10T06:28:34.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:34.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:28:34.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:34.499Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:34.500Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893714497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:34.600Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:34.600Z||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-10T06:28:34.600Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:34.618Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:34.618Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:35.500Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:28:35.501Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T06:28:35.501Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9ed0c96b-9192-4770-af5b-4b09e77c6964, URL: /sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar to file: /app/ASDC/1/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:35.501Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310062604-csar.csar
2022-03-10T06:28:35.502Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:35.502Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:35.818Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10154599841608380956/Definitions/service-Vfw20220310062604-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.708Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d9affc91-e0f1 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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-Vfw20220310062604-csar.csar
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T06:28:37.709Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.710Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.711Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:37.712Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.713Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71ed4929-174e-467d-8afa-9e78671db5fe
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.714Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3110918f-304e-4c18-a68a-d0fb9eebc873
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.715Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e2712129-993d-4438-a513-3d586fd54546
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.716Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.717Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.717Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.717Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:37.717Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:37.717Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 06-26-04
Description:catalog service description
Model UUID:a1fdb379-7ffa-4c45-8ca3-a7603933ddba
Model Version:NULL
Model InvariantUuid:0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d9affc91-e0f1
Model UUID:25485e80-a624-4f5a-896b-dbd7c5b6d973
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c2f34d3-6af2-4e39-9037-e709dcd3f1d5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c64f6745-bc97-4542-9e63-8b56d251da71
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2182b14-e487-4cef-bb8f-94b63fa9aef3
ModelName:VfwD9affc91E0f1..base_vfw..module-0
ModelUuid:6c11e09f-6768-4a8b-8017-00bdbd573a3e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:71ed4929-174e-467d-8afa-9e78671db5fe
ModelInvariantUuid:5bbfb36e-7716-481b-bb23-1e01afe2123b
ModelName:vFW d9affc91-e0f1-nodes.vfwCvfc
ModelUuid:4e3d2ddc-8fa6-4132-966b-80c0edbbe02e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:41f1ae1c-1693-4c3a-b61c-738e2105266e
ModelInvariantUuid:bae5dc4d-1199-450c-9440-00348524052a
ModelName:VfwD9affc91E0f1.compute.nodes.heat.vfw
ModelUuid:a1bc1803-b787-4074-9c67-da300b83eba6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3110918f-304e-4c18-a68a-d0fb9eebc873
ModelInvariantUuid:f30ee4ad-61b1-498b-aa21-de81e633d77e
ModelName:vFW d9affc91-e0f1-nodes.vsnCvfc
ModelUuid:eb60a722-7afe-4c99-8c97-a4960f138bf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3133297d-18e0-457f-8767-4d294395ab8b
ModelInvariantUuid:946e9e5e-80c2-4e88-99cb-bcc82ce9207c
ModelName:VfwD9affc91E0f1.compute.nodes.heat.vsn
ModelUuid:2ff84455-af46-4997-8433-312334d31488
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e2712129-993d-4438-a513-3d586fd54546
ModelInvariantUuid:a79c2da3-94bf-4e9f-b854-7152092b7b4a
ModelName:vFW d9affc91-e0f1-nodes.vpgCvfc
ModelUuid:67e4fded-7f95-46cf-8761-e57297ff7c56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6890a02e-25e7-4208-bf07-da8abdfcfe81
ModelInvariantUuid:7d99a540-ccc5-47b5-bad2-8bd59b8c8ff1
ModelName:VfwD9affc91E0f1.compute.nodes.heat.vpg
ModelUuid:764b88f7-4aaa-42ac-ad07-418e9049442d
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-10T06:28:37.723Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d89e74a0-c708-41f1-bcb9-a828935a519b
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-10T06:28:37.726Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||vFW d9affc91-e0f1 0
2022-03-10T06:28:37.726Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d89e74a0-c708-41f1-bcb9-a828935a519b
2022-03-10T06:28:37.726Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3a89489-707f-4a67-863e-42d9bb040498 from URL: /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json
2022-03-10T06:28:37.726Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T06:28:37.726Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json
2022-03-10T06:28:37.840Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T06:28:37.840Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json c3a89489-707f-4a67-863e-42d9bb040498 785
2022-03-10T06:28:37.840Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json ASDC sendASDCNotification
2022-03-10T06:28:37.840Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json
2022-03-10T06:28:37.841Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:28:37.841Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:37.842Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:37.842Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893717840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:37.943Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:28:37.943Z||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-10T06:28:37.943Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:37.956Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:37.957Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:28:38.843Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9affc91E0f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f2182b14-e487-4cef-bb8f-94b63fa9aef3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c11e09f-6768-4a8b-8017-00bdbd573a3e",
    "vfModuleModelCustomizationUUID": "1a6b5182-cbac-4a3d-8dcf-0d07f9f7dd6a",
    "isBase": true,
    "artifacts": [
      "436fd2cc-0994-4ab1-a8cd-1b1cd07108b8",
      "f71d4236-d2a8-4358-96f2-3aa91fcb1300"
    ],
    "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-10T06:28:38.846Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9affc91E0f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c11e09f-6768-4a8b-8017-00bdbd573a3e
VfModuleModelInvariantUUID:f2182b14-e487-4cef-bb8f-94b63fa9aef3
VfModuleModelDescription:NULL
Artifacts UUID List:{
436fd2cc-0994-4ab1-a8cd-1b1cd07108b8
,
f71d4236-d2a8-4358-96f2-3aa91fcb1300

}
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-10T06:28:38.848Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9affc91E0f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f2182b14-e487-4cef-bb8f-94b63fa9aef3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c11e09f-6768-4a8b-8017-00bdbd573a3e",
    "vfModuleModelCustomizationUUID": "1a6b5182-cbac-4a3d-8dcf-0d07f9f7dd6a",
    "isBase": true,
    "artifacts": [
      "436fd2cc-0994-4ab1-a8cd-1b1cd07108b8",
      "f71d4236-d2a8-4358-96f2-3aa91fcb1300"
    ],
    "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-10T06:28:38.848Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9affc91E0f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c11e09f-6768-4a8b-8017-00bdbd573a3e
VfModuleModelInvariantUUID:f2182b14-e487-4cef-bb8f-94b63fa9aef3
VfModuleModelDescription:NULL
Artifacts UUID List:{
436fd2cc-0994-4ab1-a8cd-1b1cd07108b8
,
f71d4236-d2a8-4358-96f2-3aa91fcb1300

}
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-10T06:28:38.848Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 436fd2cc-0994-4ab1-a8cd-1b1cd07108b8 from URL: /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml
2022-03-10T06:28:38.849Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T06:28:38.849Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml
2022-03-10T06:28:39.022Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T06:28:39.023Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml 436fd2cc-0994-4ab1-a8cd-1b1cd07108b8 20368
2022-03-10T06:28:39.023Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T06:28:39.023Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml
2022-03-10T06:28:39.023Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:28:39.024Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:39.025Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:39.025Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893719023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:39.125Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:39.126Z||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-10T06:28:39.126Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:39.138Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:39.139Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:40.026Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f71d4236-d2a8-4358-96f2-3aa91fcb1300 from URL: /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env
2022-03-10T06:28:40.026Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T06:28:40.026Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env
2022-03-10T06:28:40.205Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T06:28:40.205Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env f71d4236-d2a8-4358-96f2-3aa91fcb1300 2098
2022-03-10T06:28:40.206Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T06:28:40.206Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env
2022-03-10T06:28:40.206Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:28:40.206Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:40.207Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:40.207Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893720206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:28:40.308Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:40.308Z||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-10T06:28:40.308Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:40.320Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:40.321Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:41.208Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a1fdb379-7ffa-4c45-8ca3-a7603933ddba
2022-03-10T06:28:41.208Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d9affc91-e0f1 0 d89e74a0-c708-41f1-bcb9-a828935a519b 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-10T06:28:41.226Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a595062, org.onap.sdc.toscaparser.api.parameters.Input@738bc20a, org.onap.sdc.toscaparser.api.parameters.Input@43e5d038, org.onap.sdc.toscaparser.api.parameters.Input@65c8d9e3, org.onap.sdc.toscaparser.api.parameters.Input@55a25f78]
2022-03-10T06:28:41.227Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.227Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.227Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-10T06:28:41.227Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c64f6745-bc97-4542-9e63-8b56d251da71
2022-03-10T06:28:41.227Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c64f6745-bc97-4542-9e63-8b56d251da71 matches Tosca VF Customization UUID: c64f6745-bc97-4542-9e63-8b56d251da71
2022-03-10T06:28:41.227Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c64f6745-bc97-4542-9e63-8b56d251da71  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-10T06:28:41.229Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.230Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.230Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c64f6745-bc97-4542-9e63-8b56d251da71: {\"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-10T06:28:41.230Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3639e3ff
2022-03-10T06:28:41.230Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.230Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:28:41.231Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a6b5182-cbac-4a3d-8dcf-0d07f9f7dd6a
2022-03-10T06:28:41.231Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a6b5182-cbac-4a3d-8dcf-0d07f9f7dd6a
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-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.233Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:41.234Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T06:28:41.235Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.235Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71ed4929-174e-467d-8afa-9e78671db5fe
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-10T06:28:41.236Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T06:28:41.237Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3110918f-304e-4c18-a68a-d0fb9eebc873
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-10T06:28:41.240Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.240Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:41.240Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T06:28:41.243Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T06:28:41.244Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T06:28:41.244Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T06:28:41.244Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T06:28:41.244Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T06:28:41.244Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e2712129-993d-4438-a513-3d586fd54546
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-10T06:28:41.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:41.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:28:41.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Node template vFW d9affc91-e0f1 0 is matching search criteria
2022-03-10T06:28:41.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d9affc91-e0f1 0] matching following query criteria: sdcType=VF, customizationUUID=c64f6745-bc97-4542-9e63-8b56d251da71
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-10T06:28:41.248Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.248Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.248Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a1fdb379-7ffa-4c45-8ca3-a7603933ddba: vFW d9affc91-e0f1
2022-03-10T06:28:41.248Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.248Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.248Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 06-26-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:28:41.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-10 06-26-04 
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-10T06:28:41.392Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d9affc91-e0f1 d89e74a0-c708-41f1-bcb9-a828935a519b 1 ASDC deployResourceStructure
2022-03-10T06:28:41.393Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json ASDC sendASDCNotification
2022-03-10T06:28:41.393Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json
2022-03-10T06:28:41.393Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:28:41.393Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:41.394Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:41.394Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893721393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:28:41.494Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:41.495Z||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-10T06:28:41.495Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:41.506Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:41.507Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:42.395Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T06:28:42.395Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml
2022-03-10T06:28:42.395Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:28:42.396Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:42.398Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:42.398Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893722395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:28:42.497Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:28:42.498Z||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-10T06:28:42.498Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:42.510Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:42.511Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:43.399Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T06:28:43.399Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env
2022-03-10T06:28:43.399Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:28:43.399Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:43.401Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:43.401Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893723398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:28:43.501Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:43.502Z||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-10T06:28:43.502Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:43.515Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:43.516Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:44.402Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar ASDC sendASDCNotification
2022-03-10T06:28:44.402Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar
2022-03-10T06:28:44.402Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:28:44.402Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:28:44.404Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:28:44.404Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893724402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:28:44.504Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:28:44.505Z||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-10T06:28:44.505Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:28:44.515Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:44.515Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:28:45.404Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:28:45.414Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:28:45.416Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:28:45.416Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:28:45.416Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:29:15.417Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:29:15.449Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:29:15.451Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:29:15.451Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:29:15.451Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:29:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:29:26.592Z||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-10T06:29:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:29:26.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:29:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:29:26.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646893706529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:29:26.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:29:45.451Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:29:45.459Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:29:45.462Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:29:45.462Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:29:45.462Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:30:15.462Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:30:15.472Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:30:15.474Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:30:15.474Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:30:15.474Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:30:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:30:26.592Z||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-10T06:30:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:30:26.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:30:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:30:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893706812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:30:26.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:30:45.474Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:30:45.484Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:30:45.487Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:30:45.487Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:30:45.487Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:31:15.488Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:31:15.496Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:31:15.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:31:15.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:31:15.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:31:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:31:26.592Z||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-10T06:31:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:31:27.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:31:27.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893707816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "policy-id",
  "timestamp": 1646893708818,
  "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-10T06:31:27.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f250389-4572-4446-ac49-8e1a9baa9fef
2022-03-10T06:31:27.126Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f250389-4572-4446-ac49-8e1a9baa9fef 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-10T06:31:27.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893706590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893714497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893708600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893716894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893717840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893719023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893720127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893720206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646893721130,
  "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-10T06:31:27.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f250389-4572-4446-ac49-8e1a9baa9fef
2022-03-10T06:31:27.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f250389-4572-4446-ac49-8e1a9baa9fef 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-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893714491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893721393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/vfwd9affc91e0f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893722395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893722431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893723398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/resourceInstances/vfwd9affc91e0f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893724402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893729827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310062604/1.0/artifacts/service-Vfw20220310062604-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:31:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "aai-ml",
  "timestamp": 1646893730831,
  "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-10T06:31:27.153Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6f250389-4572-4446-ac49-8e1a9baa9fef
2022-03-10T06:31:27.154Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f250389-4572-4446-ac49-8e1a9baa9fef 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-10T06:31:45.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:31:45.509Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:31:45.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:31:45.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:31:45.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:31:45.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:31:45.513Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T06:31:45.513Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:31:45.518Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:32:15.518Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f250389-4572-4446-ac49-8e1a9baa9fef 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-10T06:32:15.522Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f250389-4572-4446-ac49-8e1a9baa9fef and serviceModelVersionId: a1fdb379-7ffa-4c45-8ca3-a7603933ddba
2022-03-10T06:32:15.522Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c
2022-03-10T06:32:15.523Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0
2022-03-10T06:32:15.528Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:32:15.564Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0|INFO|500||Invoke
2022-03-10T06:32:15.564Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f250389-4572-4446-ac49-8e1a9baa9fef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dfaf97c5-d6c4-4186-9a01-a19457bf232b], X-ECOMP-RequestID=[6f250389-4572-4446-ac49-8e1a9baa9fef], X-TransactionId=[], X-ONAP-RequestID=[6f250389-4572-4446-ac49-8e1a9baa9fef], Content-Type=[application/merge-patch+json]}
2022-03-10T06:32:15.584Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T06:32:15.618Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?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/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-06:32:15:592-39297], Content-Length=[495], Date=[Thu, 10 Mar 2022 06:32:15 GMT], Content-Type=[application/json]}
2022-03-10T06:32:15.619Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?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/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba","ERR.5.4.6114"]}}}

2022-03-10T06:32:15.619Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T06:32:15.622Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (ec=ERR.5.4.6114)
2022-03-10T06:32:15.622Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (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-10T06:32:15.622Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (ec=ERR.5.4.6114)
2022-03-10T06:32:15.622Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (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-10T06:32:15.628Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:32:15.628Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f250389-4572-4446-ac49-8e1a9baa9fef and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (ec=ERR.5.4.6114)
2022-03-10T06:32:15.628Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T06:32:15.628Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:32:15.630Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:32:15.630Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893935628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:32:15.730Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:32:15.731Z||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-10T06:32:15.731Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:32:15.746Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:15.746Z||pool-34-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-10T06:32:16.640Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:16.640Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:32:16.641Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:32:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:26.592Z||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-10T06:32:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:32:27.130Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:27.131Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:27.131Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:32:27.132Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:32:27.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:27.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:32:27.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f250389-4572-4446-ac49-8e1a9baa9fef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646893935628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6f250389-4572-4446-ac49-8e1a9baa9fef Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d4774c6-9dc6-4bfa-be0a-8f47a95eda5c/model-vers/model-ver/a1fdb379-7ffa-4c45-8ca3-a7603933ddba) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:32:27.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:32:36.674Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:36.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:36.675Z||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-10T06:32:36.675Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:32:46.217Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:46.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:46.217Z||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-10T06:32:46.218Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:32:55.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:33:26.590Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:33:26.590Z||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-10T06:33:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:33:26.592Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:33:26.592Z||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-10T06:33:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:33:36.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:33:36.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:34:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:34:26.590Z||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-10T06:34:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:34:26.591Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:34:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:34:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:34:36.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:34:36.145Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:35:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:35:26.590Z||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-10T06:35:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:35:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:35:26.592Z||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-10T06:35:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:35:36.132Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:35:36.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:36:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:36:26.590Z||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-10T06:36:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:36:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:36:26.592Z||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-10T06:36:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:36:36.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:36:36.147Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:37:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:37:26.591Z||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-10T06:37:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:37:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:37:26.592Z||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-10T06:37:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:37:36.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:37:36.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:26.590Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:38:26.590Z||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-10T06:38:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:38:26.591Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:38:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:38:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:38:27.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:27.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea7beeb6-861e-4c62-b630-d96adb7f4e84","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"18f0ab07-8fc6-49ce-b11c-19e51f1c74a9","serviceDescription":"service","serviceInvariantUUID":"acb53286-012e-4914-8298-b299510d85f7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"deb5b5b0-26ff-448c-9709-ad136f33e8c1","resourceInvariantUUID":"697a7a0c-485d-40a3-9c43-b7ef50e8ec16","resourceCustomizationUUID":"1ead7d06-2edc-4292-9191-dd3cb5e51211","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":"MWQzYWU1YjQxMjlkYzE5MjJmOWFmY2E0OTcxY2NlYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eb647d0-d0fb-4c22-b268-b93bae147a13","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjlhODIxM2VkYjJkZGY3MTFkOGI2YWRmYzFlMDJmNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bc6b279-a05e-4b18-84ed-bd5418867a65","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:38:27.221Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:27.221Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "cds",
  "timestamp": 1646894281096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.222Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:38:27.222Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894278600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "aai-ml",
  "timestamp": 1646894284491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.222Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "policy-id",
  "timestamp": 1646894279091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "aai-ml",
  "timestamp": 1646894284491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "cds",
  "timestamp": 1646894281096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894278600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "policy-id",
  "timestamp": 1646894279091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.223Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "cds",
  "timestamp": 1646894288114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "aai-ml",
  "timestamp": 1646894288119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:38:27.224Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.224Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894306590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894288123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "policy-id",
  "timestamp": 1646894288114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894287685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.224Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "cds",
  "timestamp": 1646894289119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:38:27.238Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea7beeb6-861e-4c62-b630-d96adb7f4e84
2022-03-10T06:38:27.239Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea7beeb6-861e-4c62-b630-d96adb7f4e84 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-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "policy-id",
  "timestamp": 1646894289117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894287685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894289729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.245Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.246Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "policy-id",
  "timestamp": 1646894290120,
  "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-10T06:38:27.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea7beeb6-861e-4c62-b630-d96adb7f4e84
2022-03-10T06:38:27.249Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea7beeb6-861e-4c62-b630-d96adb7f4e84 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-10T06:38:27.255Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.255Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894290015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.255Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.255Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.255Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894290733,
  "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-10T06:38:27.259Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea7beeb6-861e-4c62-b630-d96adb7f4e84
2022-03-10T06:38:27.259Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea7beeb6-861e-4c62-b630-d96adb7f4e84 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-10T06:38:27.265Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.265Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "aai-ml",
  "timestamp": 1646894291315,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T06:38:27.265Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:38:27.265Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.266Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894290015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:38:27.266Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:38:27.266Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:38:27.266Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "aai-ml",
  "timestamp": 1646894292320,
  "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-10T06:38:27.269Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ea7beeb6-861e-4c62-b630-d96adb7f4e84
2022-03-10T06:38:27.269Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea7beeb6-861e-4c62-b630-d96adb7f4e84 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-10T06:38:27.324Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:38:27.324Z||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-10T06:38:27.324Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:38:27.337Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:27.337Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:38:28.224Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:38:28.225Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:38:28.226Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:38:28.227Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894306590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:38:28.327Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:38:28.327Z||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-10T06:38:28.327Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:38:28.339Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:28.340Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:38:29.228Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "18f0ab07-8fc6-49ce-b11c-19e51f1c74a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "acb53286-012e-4914-8298-b299510d85f7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1ead7d06-2edc-4292-9191-dd3cb5e51211",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "deb5b5b0-26ff-448c-9709-ad136f33e8c1",
      "resourceInvariantUUID": "697a7a0c-485d-40a3-9c43-b7ef50e8ec16",
      "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": "MjlhODIxM2VkYjJkZGY3MTFkOGI2YWRmYzFlMDJmNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bc6b279-a05e-4b18-84ed-bd5418867a65"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:38:29.228Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:38:29.228Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 ASDC
2022-03-10T06:38:29.228Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ea7beeb6-861e-4c62-b630-d96adb7f4e84
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:18f0ab07-8fc6-49ce-b11c-19e51f1c74a9
ServiceInvariantUUID:acb53286-012e-4914-8298-b299510d85f7
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:0bc6b279-a05e-4b18-84ed-bd5418867a65
ArtifactChecksum:MjlhODIxM2VkYjJkZGY3MTFkOGI2YWRmYzFlMDJmNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1ead7d06-2edc-4292-9191-dd3cb5e51211
ResourceInvariantUUID:697a7a0c-485d-40a3-9c43-b7ef50e8ec16
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:deb5b5b0-26ff-448c-9709-ad136f33e8c1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-10T06:38:29.228Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 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-10T06:38:29.249Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:38:29.250Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:38:29.250Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:38:29.250Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0bc6b279-a05e-4b18-84ed-bd5418867a65 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T06:38:29.250Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:38:29.250Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T06:38:29.377Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:38:29.379Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0bc6b279-a05e-4b18-84ed-bd5418867a65 52508
2022-03-10T06:38:29.379Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-10T06:38:29.379Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T06:38:29.379Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:38:29.380Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:38:29.381Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:38:29.381Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894309379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:38:29.481Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:38:29.482Z||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-10T06:38:29.482Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:38:29.496Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:29.496Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:38:30.382Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:38:30.383Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:38:30.384Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0bc6b279-a05e-4b18-84ed-bd5418867a65, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.384Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-10T06:38:30.384Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.384Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.461Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13644897252891705228/Definitions/service-BasicNetwork-template.yml
2022-03-10T06:38:30.805Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:38:30.805Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T06:38:30.805Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.805Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-10T06:38:30.805Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.805Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.806Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.807Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.808Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:18f0ab07-8fc6-49ce-b11c-19e51f1c74a9
Model Version:NULL
Model InvariantUuid:acb53286-012e-4914-8298-b299510d85f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:697a7a0c-485d-40a3-9c43-b7ef50e8ec16
Model UUID:616f5995-fd51-4674-bc66-3735407c0f17
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1ead7d06-2edc-4292-9191-dd3cb5e51211
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-10T06:38:30.816Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: deb5b5b0-26ff-448c-9709-ad136f33e8c1
2022-03-10T06:38:30.816Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||No resources found for Service: 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9
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-10T06:38:30.819Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||
2022-03-10T06:38:30.819Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-10T06:38:30.819Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9
2022-03-10T06:38:30.820Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9
2022-03-10T06:38:30.820Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-10T06:38:30.820Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T06:38:30.823Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d084757, org.onap.sdc.toscaparser.api.parameters.Input@734d7aee, org.onap.sdc.toscaparser.api.parameters.Input@349da18f, org.onap.sdc.toscaparser.api.parameters.Input@30a951dd, org.onap.sdc.toscaparser.api.parameters.Input@fa49a60]
2022-03-10T06:38:30.824Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.824Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.824Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.824Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.825Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9: Generic NeutronNet
2022-03-10T06:38:30.825Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.825Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.825Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.825Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:38:30.845Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-10T06:38:30.888Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-10T06:38:30.889Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-10T06:38:30.889Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T06:38:30.889Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:38:30.889Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:38:30.890Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:38:30.890Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894310889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:38:30.990Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:38:30.991Z||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-10T06:38:30.991Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:38:31.008Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:38:31.008Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:38:31.891Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea7beeb6-861e-4c62-b630-d96adb7f4e84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:38:31.903Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea7beeb6-861e-4c62-b630-d96adb7f4e84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:38:31.906Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:38:31.906Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:38:31.906Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:38:31.906Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:38:31.906Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T06:38:31.906Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||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-10T06:38:31.911Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:39:01.911Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea7beeb6-861e-4c62-b630-d96adb7f4e84 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-10T06:39:01.915Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea7beeb6-861e-4c62-b630-d96adb7f4e84 and serviceModelVersionId: 18f0ab07-8fc6-49ce-b11c-19e51f1c74a9
2022-03-10T06:39:01.916Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acb53286-012e-4914-8298-b299510d85f7
2022-03-10T06:39:01.916Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9?depth=0
2022-03-10T06:39:01.920Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:39:01.950Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9?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-10T06:39:01.951Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9?depth=0|INFO|500||Invoke
2022-03-10T06:39:01.968Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T06:39:02.089Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T06:39:02.089Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-06:39:01:977-58902], Content-Length=[495], Date=[Thu, 10 Mar 2022 06:39:01 GMT], Content-Type=[application/json]}
2022-03-10T06:39:02.090Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||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/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9","ERR.5.4.6114"]}}}

2022-03-10T06:39:02.093Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (ec=ERR.5.4.6114)
2022-03-10T06:39:02.093Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (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-10T06:39:02.093Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (ec=ERR.5.4.6114)
2022-03-10T06:39:02.093Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (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-10T06:39:02.096Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T06:39:02.096Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea7beeb6-861e-4c62-b630-d96adb7f4e84 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (ec=ERR.5.4.6114)
2022-03-10T06:39:02.096Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T06:39:02.097Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:39:02.098Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:39:02.098Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894342096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:39:02.198Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:39:02.199Z||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-10T06:39:02.199Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:39:02.214Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:39:02.214Z||pool-39-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-10T06:39:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:39:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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-10T06:39:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:39:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:39:26.592Z||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-10T06:39:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:39:26.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:39:26.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:39:26.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894306590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:39:26.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:39:36.134Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:40:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:40:26.591Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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-10T06:40:26.591Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:40:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:40:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:40:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:40:27.119Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:40:27.119Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:40:27.119Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894306590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:40:27.120Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:40:27.120Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:40:27.120Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894309379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:40:27.120Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:40:27.120Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:40:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894310889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:40:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:40:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:40:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea7beeb6-861e-4c62-b630-d96adb7f4e84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894342096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dea7beeb6-861e-4c62-b630-d96adb7f4e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/acb53286-012e-4914-8298-b299510d85f7/model-vers/model-ver/18f0ab07-8fc6-49ce-b11c-19e51f1c74a9) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:40:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:40:36.133Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:41:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:41:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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-10T06:41:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:41:26.591Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:41:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:41:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:41:36.135Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:41:36.135Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:42:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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-10T06:42:26.590Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:42:26.592Z||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-10T06:42:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:27.216Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:27.217Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.217Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7eef58d-e84d-49b1-9967-a27ca55f33a0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2cef9706-62cd-4452-89b4-a978ee5d3134","serviceDescription":"service","serviceInvariantUUID":"1171cad8-8f76-4529-aefb-eef794927cbd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27420a55-6b39-46d3-a7e7-d08cd40da634","resourceInvariantUUID":"133d853c-2585-4176-9b40-a82b9196fce4","resourceCustomizationUUID":"81df7f86-4564-4677-9a9f-2414bc1ff669","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":"ODZiMzlkOTRlYjE0ODQ2YzU1YTk5NzEwODc2ZmFlYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd4d7bc5-ded3-4ec2-b8c6-99013143617d","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":"MTRmYWI5ZGQ2YzFlYzIwMzcwM2E2MDJmMzExMzM0ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"468afd04-81b6-4ced-9b92-cc3b19ed5d41","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":"4281d223-13c1-4a3c-aa80-02d40042a63b","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":"8e2101cf-5b32-40da-b971-90983f8bb98e","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":"c73feae2-07cd-49db-beaf-0c11e8cdebdc","artifactVersion":"2","generatedFromUUID":"4281d223-13c1-4a3c-aa80-02d40042a63b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmIyMTQ2ZjU3NzUzNmI0ZmI2OTVmNWZkYzUxNDU2Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79dd37fc-3d73-4537-9a79-5a05f66d1b17","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTg4NjdhYzUxOTYwNDJkYmY0NWRkNTc2YTYyZTAxZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60a51252-56df-4cae-a3bf-df5f48fdb9df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:42:27.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:27.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.219Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.219Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.221Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.221Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894510014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894518600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894519091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894527078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894527118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894521096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894528081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894528908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "policy-id",
  "timestamp": 1646894529083,
  "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-10T06:42:27.241Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7eef58d-e84d-49b1-9967-a27ca55f33a0
2022-03-10T06:42:27.241Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7eef58d-e84d-49b1-9967-a27ca55f33a0 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-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894529297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "cds",
  "timestamp": 1646894529914,
  "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=?
2022-03-10T06:42:27.253Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7eef58d-e84d-49b1-9967-a27ca55f33a0
2022-03-10T06:42:27.253Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7eef58d-e84d-49b1-9967-a27ca55f33a0 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-10T06:42:27.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894530301,
  "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-10T06:42:27.264Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7eef58d-e84d-49b1-9967-a27ca55f33a0
2022-03-10T06:42:27.264Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7eef58d-e84d-49b1-9967-a27ca55f33a0 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-10T06:42:27.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894524491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894532331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894527685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894536814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894537623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894538012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "aai-ml",
  "timestamp": 1646894538626,
  "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-10T06:42:27.276Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e7eef58d-e84d-49b1-9967-a27ca55f33a0
2022-03-10T06:42:27.276Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7eef58d-e84d-49b1-9967-a27ca55f33a0 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-10T06:42:27.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894539045,
  "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-10T06:42:27.286Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7eef58d-e84d-49b1-9967-a27ca55f33a0
2022-03-10T06:42:27.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7eef58d-e84d-49b1-9967-a27ca55f33a0 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-10T06:42:27.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:42:27.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894540049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:27.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:42:27.321Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:27.321Z||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-10T06:42:27.321Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:27.333Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:27.333Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:42:28.221Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:28.222Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:28.223Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:28.223Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:42:28.323Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:42:28.324Z||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-10T06:42:28.324Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:28.337Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:28.337Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:29.224Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:29.224Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:29.226Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:29.226Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:42:29.326Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:29.327Z||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-10T06:42:29.327Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:29.338Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:29.339Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:30.226Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:30.227Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:30.229Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:30.229Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:30.329Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:30.330Z||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-10T06:42:30.330Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:30.340Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:30.340Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:42:31.229Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:31.230Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:31.232Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:31.232Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T06:42:31.332Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:31.332Z||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-10T06:42:31.332Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:31.345Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:31.345Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:32.232Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:32.233Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:32.234Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:32.234Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:42:32.334Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:32.335Z||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-10T06:42:32.335Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:32.350Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:32.350Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:33.234Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:42:33.235Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:33.236Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:33.236Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:42:33.336Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:33.337Z||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-10T06:42:33.337Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:33.348Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:33.349Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:42:34.237Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2cef9706-62cd-4452-89b4-a978ee5d3134",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1171cad8-8f76-4529-aefb-eef794927cbd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "81df7f86-4564-4677-9a9f-2414bc1ff669",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "27420a55-6b39-46d3-a7e7-d08cd40da634",
      "resourceInvariantUUID": "133d853c-2585-4176-9b40-a82b9196fce4",
      "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": "MTRmYWI5ZGQ2YzFlYzIwMzcwM2E2MDJmMzExMzM0ZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "468afd04-81b6-4ced-9b92-cc3b19ed5d41",
          "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": "4281d223-13c1-4a3c-aa80-02d40042a63b",
          "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": "c73feae2-07cd-49db-beaf-0c11e8cdebdc",
            "generatedFromUUID": "4281d223-13c1-4a3c-aa80-02d40042a63b"
          },
          "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": "c73feae2-07cd-49db-beaf-0c11e8cdebdc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTg4NjdhYzUxOTYwNDJkYmY0NWRkNTc2YTYyZTAxZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60a51252-56df-4cae-a3bf-df5f48fdb9df"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:42:34.238Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:42:34.238Z|ea7beeb6-861e-4c62-b630-d96adb7f4e84|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2cef9706-62cd-4452-89b4-a978ee5d3134 ASDC
2022-03-10T06:42:34.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e7eef58d-e84d-49b1-9967-a27ca55f33a0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2cef9706-62cd-4452-89b4-a978ee5d3134
ServiceInvariantUUID:1171cad8-8f76-4529-aefb-eef794927cbd
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:60a51252-56df-4cae-a3bf-df5f48fdb9df
ArtifactChecksum:NTg4NjdhYzUxOTYwNDJkYmY0NWRkNTc2YTYyZTAxZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:81df7f86-4564-4677-9a9f-2414bc1ff669
ResourceInvariantUUID:133d853c-2585-4176-9b40-a82b9196fce4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:27420a55-6b39-46d3-a7e7-d08cd40da634
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:468afd04-81b6-4ced-9b92-cc3b19ed5d41
ArtifactChecksum:MTRmYWI5ZGQ2YzFlYzIwMzcwM2E2MDJmMzExMzM0ZTQ=
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:4281d223-13c1-4a3c-aa80-02d40042a63b
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:c73feae2-07cd-49db-beaf-0c11e8cdebdc
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:c73feae2-07cd-49db-beaf-0c11e8cdebdc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T06:42:34.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cef9706-62cd-4452-89b4-a978ee5d3134 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-10T06:42:34.262Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:42:34.262Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:42:34.262Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:42:34.262Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60a51252-56df-4cae-a3bf-df5f48fdb9df from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-10T06:42:34.262Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:42:34.262Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-10T06:42:34.489Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:42:34.492Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 60a51252-56df-4cae-a3bf-df5f48fdb9df 71057
2022-03-10T06:42:34.492Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:34.492Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:34.493Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:42:34.493Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:34.494Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:34.494Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894554492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:34.594Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:34.595Z||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-10T06:42:34.595Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:34.608Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:34.608Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:42:35.495Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:42:35.495Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:42:35.495Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 60a51252-56df-4cae-a3bf-df5f48fdb9df, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:35.496Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-10T06:42:35.496Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:35.496Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:35.574Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10264727869468316898/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-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.407Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-10T06:42:36.409Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:42:36.410Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0612263d-c496-4183-8bec-f2b532471c2c
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.412Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.412Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:36.412Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:36.412Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2cef9706-62cd-4452-89b4-a978ee5d3134
Model Version:NULL
Model InvariantUuid:1171cad8-8f76-4529-aefb-eef794927cbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a31b7475-3764-4713-8544-6f94565ee4c8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:133d853c-2585-4176-9b40-a82b9196fce4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81df7f86-4564-4677-9a9f-2414bc1ff669
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ce585a1-9799-4b54-be84-416ff83cb23c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cf35426e-1841-412f-b94e-ed1a9dc63df4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0612263d-c496-4183-8bec-f2b532471c2c
ModelInvariantUuid:8a0117cf-1e13-4456-87d2-032f3b34e350
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cd63c462-0527-4507-8694-2c1f1fee0c35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:904600a4-dc43-4817-b9c9-c809dfd8de50
ModelInvariantUuid:ff83083a-0c6d-47d2-8fc2-114e3836f4d1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7cdc5e05-5e3b-4ba2-8f1a-c79fe6c7ac3f
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-10T06:42:36.420Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 27420a55-6b39-46d3-a7e7-d08cd40da634
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-10T06:42:36.422Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-03-10T06:42:36.422Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27420a55-6b39-46d3-a7e7-d08cd40da634
2022-03-10T06:42:36.422Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 468afd04-81b6-4ced-9b92-cc3b19ed5d41 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-10T06:42:36.422Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:42:36.422Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:36.583Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:42:36.583Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 468afd04-81b6-4ced-9b92-cc3b19ed5d41 787
2022-03-10T06:42:36.584Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:36.584Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:36.584Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:42:36.584Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:36.585Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:36.585Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894556584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:36.686Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:36.686Z||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-10T06:42:36.686Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:36.699Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:36.699Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:42:37.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9ce585a1-9799-4b54-be84-416ff83cb23c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf35426e-1841-412f-b94e-ed1a9dc63df4",
    "vfModuleModelCustomizationUUID": "cde68572-5650-48be-9358-b8e6ef863507",
    "isBase": true,
    "artifacts": [
      "4281d223-13c1-4a3c-aa80-02d40042a63b",
      "c73feae2-07cd-49db-beaf-0c11e8cdebdc"
    ],
    "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-10T06:42:37.593Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf35426e-1841-412f-b94e-ed1a9dc63df4
VfModuleModelInvariantUUID:9ce585a1-9799-4b54-be84-416ff83cb23c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4281d223-13c1-4a3c-aa80-02d40042a63b
,
c73feae2-07cd-49db-beaf-0c11e8cdebdc

}
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-10T06:42:37.594Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9ce585a1-9799-4b54-be84-416ff83cb23c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf35426e-1841-412f-b94e-ed1a9dc63df4",
    "vfModuleModelCustomizationUUID": "cde68572-5650-48be-9358-b8e6ef863507",
    "isBase": true,
    "artifacts": [
      "4281d223-13c1-4a3c-aa80-02d40042a63b",
      "c73feae2-07cd-49db-beaf-0c11e8cdebdc"
    ],
    "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-10T06:42:37.594Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf35426e-1841-412f-b94e-ed1a9dc63df4
VfModuleModelInvariantUUID:9ce585a1-9799-4b54-be84-416ff83cb23c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4281d223-13c1-4a3c-aa80-02d40042a63b
,
c73feae2-07cd-49db-beaf-0c11e8cdebdc

}
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-10T06:42:37.595Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4281d223-13c1-4a3c-aa80-02d40042a63b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-10T06:42:37.595Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:42:37.595Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:37.813Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:42:37.813Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4281d223-13c1-4a3c-aa80-02d40042a63b 5033
2022-03-10T06:42:37.813Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:37.814Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:37.814Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:42:37.814Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:37.815Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:37.816Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894557813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:37.916Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:37.916Z||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-10T06:42:37.916Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:37.927Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:37.928Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:38.819Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c73feae2-07cd-49db-beaf-0c11e8cdebdc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-10T06:42:38.820Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:42:38.820Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:39.105Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:42:39.106Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c73feae2-07cd-49db-beaf-0c11e8cdebdc 903
2022-03-10T06:42:39.106Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:39.106Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:39.106Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:42:39.106Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:39.108Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:39.108Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894559106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:42:39.208Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:39.209Z||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-10T06:42:39.209Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:39.221Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:39.221Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:40.111Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2cef9706-62cd-4452-89b4-a978ee5d3134
2022-03-10T06:42:40.111Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 27420a55-6b39-46d3-a7e7-d08cd40da634 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-10T06:42:40.123Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f0f4d0d, org.onap.sdc.toscaparser.api.parameters.Input@66f5ff87, org.onap.sdc.toscaparser.api.parameters.Input@168c270a, org.onap.sdc.toscaparser.api.parameters.Input@262402e5, org.onap.sdc.toscaparser.api.parameters.Input@63865409]
2022-03-10T06:42:40.124Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.124Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.124Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-10T06:42:40.124Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 81df7f86-4564-4677-9a9f-2414bc1ff669
2022-03-10T06:42:40.124Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81df7f86-4564-4677-9a9f-2414bc1ff669 matches Tosca VF Customization UUID: 81df7f86-4564-4677-9a9f-2414bc1ff669
2022-03-10T06:42:40.124Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 81df7f86-4564-4677-9a9f-2414bc1ff669  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-10T06:42:40.126Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.126Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.127Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 81df7f86-4564-4677-9a9f-2414bc1ff669: {\"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-10T06:42:40.127Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bb05263
2022-03-10T06:42:40.127Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.127Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:42:40.127Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cde68572-5650-48be-9358-b8e6ef863507
2022-03-10T06:42:40.127Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cde68572-5650-48be-9358-b8e6ef863507
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-10T06:42:40.129Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.129Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:40.129Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:42:40.129Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T06:42:40.130Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0612263d-c496-4183-8bec-f2b532471c2c
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-10T06:42:40.132Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.132Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:40.132Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:42:40.132Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.133Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T06:42:40.133Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=81df7f86-4564-4677-9a9f-2414bc1ff669
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-10T06:42:40.134Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.134Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.135Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2cef9706-62cd-4452-89b4-a978ee5d3134: basic_vm
2022-03-10T06:42:40.135Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.135Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.135Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:42:40.136Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:40.211Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 27420a55-6b39-46d3-a7e7-d08cd40da634 1 ASDC deployResourceStructure
2022-03-10T06:42:40.211Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:40.211Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:40.211Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:42:40.212Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:40.213Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:40.213Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894560211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:40.313Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:40.314Z||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-10T06:42:40.314Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:40.324Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:40.324Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:42:41.214Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:41.215Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:41.215Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:42:41.215Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:41.217Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:41.217Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894561214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:41.317Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:41.318Z||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-10T06:42:41.318Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:41.329Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:41.329Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:42.218Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:42.218Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:42.218Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:42:42.218Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:42.220Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:42.220Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894562218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:42.321Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:42.321Z||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-10T06:42:42.321Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:42.334Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:42.334Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:43.221Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:43.221Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:43.221Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:42:43.222Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:42:43.223Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:42:43.223Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894563221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:42:43.324Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:42:43.324Z||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-10T06:42:43.324Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:42:43.336Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:42:43.336Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:42:44.224Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7eef58d-e84d-49b1-9967-a27ca55f33a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:42:44.235Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7eef58d-e84d-49b1-9967-a27ca55f33a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:42:44.237Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:42:44.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:42:44.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:42:44.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:42:44.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T06:42:44.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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-10T06:42:44.243Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:43:14.243Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7eef58d-e84d-49b1-9967-a27ca55f33a0 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-10T06:43:14.246Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7eef58d-e84d-49b1-9967-a27ca55f33a0 and serviceModelVersionId: 2cef9706-62cd-4452-89b4-a978ee5d3134
2022-03-10T06:43:14.247Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1171cad8-8f76-4529-aefb-eef794927cbd
2022-03-10T06:43:14.247Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134?depth=0
2022-03-10T06:43:14.250Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:43:14.278Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134?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-10T06:43:14.278Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134?depth=0|INFO|500||Invoke
2022-03-10T06:43:14.292Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T06:43:14.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T06:43:14.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-06:43:14:299-6992], Content-Length=[495], Date=[Thu, 10 Mar 2022 06:43:14 GMT], Content-Type=[application/json]}
2022-03-10T06:43:14.408Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||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/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134","ERR.5.4.6114"]}}}

2022-03-10T06:43:14.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (ec=ERR.5.4.6114)
2022-03-10T06:43:14.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (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-10T06:43:14.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (ec=ERR.5.4.6114)
2022-03-10T06:43:14.411Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (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-10T06:43:14.417Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T06:43:14.417Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7eef58d-e84d-49b1-9967-a27ca55f33a0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (ec=ERR.5.4.6114)
2022-03-10T06:43:14.417Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T06:43:14.417Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:43:14.418Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:43:14.418Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894594417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:43:14.519Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:43:14.519Z||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-10T06:43:14.519Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:43:14.534Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:43:14.534Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T06:43:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:43:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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-10T06:43:26.591Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:43:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:43:26.591Z||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-10T06:43:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:43:26.716Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:43:26.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:43:26.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:43:26.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:43:36.126Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:44:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:44:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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-10T06:44:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:44:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:44:26.592Z||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-10T06:44:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:44:27.113Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:44:27.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:44:27.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894546590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894554492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894556584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894557813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894559106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894560211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894561214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894562218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894563221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T06:44:27.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7eef58d-e84d-49b1-9967-a27ca55f33a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894594417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de7eef58d-e84d-49b1-9967-a27ca55f33a0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1171cad8-8f76-4529-aefb-eef794927cbd/model-vers/model-ver/2cef9706-62cd-4452-89b4-a978ee5d3134) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:44:27.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:44:36.134Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:45:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:45:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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-10T06:45:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:45:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:45:26.592Z||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-10T06:45:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:45:36.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:45:36.132Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:46:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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-10T06:46:26.590Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:46:26.592Z||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-10T06:46:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:26.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:26.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:26.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:46:26.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:26.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:46:27.215Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:27.216Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T06:46:27.216Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dea1e67-c537-407a-a138-a1db1052a7fb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"42d6bbc6-2151-4f2f-a08f-dec9cc22a444","serviceDescription":"service","serviceInvariantUUID":"57bc1829-290e-4e50-8374-4b9e50e408b8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81b1e95a-b18e-4852-b911-71a78c149a32","resourceInvariantUUID":"6db649ca-c239-4db9-aabd-886007533c68","resourceCustomizationUUID":"72801b1d-f4dd-46a0-9f39-685dfe3ff09e","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":"OWE3N2JhNWJmYmUxOTg0ODg4YTBjNTg5NjYwYWMyNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbd1ce59-f881-48c7-9bda-c16a7c94f84f","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":"f63a4b96-eaeb-4625-ac7f-0a0f1560bd8b","artifactVersion":"2","generatedFromUUID":"fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8"},{"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":"fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8","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":"Mzg0MjkxMTJmYmIxNGZjMDVmZmFjMzJiNGU5ZjdkMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3f776f0-ad90-4fba-9ce6-facb5810757f","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":"83af8d9a-4cd5-41b2-aaad-f40f169f492d","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":"4be21200-9972-4516-9259-aa9186d384b6","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":"5da18777-8264-4db5-946d-d62840549773","artifactVersion":"2","generatedFromUUID":"83af8d9a-4cd5-41b2-aaad-f40f169f492d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTQzMDNkMzkwODMyZTcwMDU2YTg1YTlmOGNlZDA2OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c4678c8-4be5-40f2-82cc-4d660195cd54","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzk2NGRkMGFlZmZjMmM4NTBhMDFhOTg0YTA4NWY5MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ba9431d-e71c-4bfb-b0a1-b02c5f093f22","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:46:27.217Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:27.218Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:27.219Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:27.219Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:27.319Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:27.320Z||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-10T06:46:27.320Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:27.331Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:27.331Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:28.220Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:28.220Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:28.222Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:28.222Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T06:46:28.322Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:28.322Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T06:46:28.322Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:28.335Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:28.335Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:29.222Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:29.223Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:29.224Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:29.224Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T06:46:29.325Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:29.325Z||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-10T06:46:29.325Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:29.338Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:29.338Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:30.225Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:30.226Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:30.227Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:30.227Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:46:30.328Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:46:30.328Z||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-10T06:46:30.328Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:30.341Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:30.341Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:31.228Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:31.229Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:31.230Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:31.230Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:46:31.331Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:31.331Z||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-10T06:46:31.331Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:31.342Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:31.343Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:32.231Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:32.232Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:32.234Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:32.234Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:32.334Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:32.335Z||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-10T06:46:32.335Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:32.347Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:32.347Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:33.234Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:33.235Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:33.237Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:33.237Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T06:46:33.337Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:33.338Z||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-10T06:46:33.338Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:33.350Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:33.350Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:34.237Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:34.238Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:34.239Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:34.240Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:46:34.340Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:34.340Z||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-10T06:46:34.340Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:34.352Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:34.352Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:35.240Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:46:35.241Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:35.242Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:35.242Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:46:35.342Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:35.343Z||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-10T06:46:35.343Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:35.355Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:35.355Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:36.243Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "42d6bbc6-2151-4f2f-a08f-dec9cc22a444",
  "serviceDescription": "service",
  "serviceInvariantUUID": "57bc1829-290e-4e50-8374-4b9e50e408b8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "72801b1d-f4dd-46a0-9f39-685dfe3ff09e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "81b1e95a-b18e-4852-b911-71a78c149a32",
      "resourceInvariantUUID": "6db649ca-c239-4db9-aabd-886007533c68",
      "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": "f63a4b96-eaeb-4625-ac7f-0a0f1560bd8b",
          "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": "fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8",
          "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": "Mzg0MjkxMTJmYmIxNGZjMDVmZmFjMzJiNGU5ZjdkMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c3f776f0-ad90-4fba-9ce6-facb5810757f",
          "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": "83af8d9a-4cd5-41b2-aaad-f40f169f492d",
          "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": "5da18777-8264-4db5-946d-d62840549773",
            "generatedFromUUID": "83af8d9a-4cd5-41b2-aaad-f40f169f492d"
          },
          "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": "5da18777-8264-4db5-946d-d62840549773",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Yzk2NGRkMGFlZmZjMmM4NTBhMDFhOTg0YTA4NWY5MjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ba9431d-e71c-4bfb-b0a1-b02c5f093f22"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:46:36.244Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:46:36.244Z|e7eef58d-e84d-49b1-9967-a27ca55f33a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 42d6bbc6-2151-4f2f-a08f-dec9cc22a444 ASDC
2022-03-10T06:46:36.244Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2dea1e67-c537-407a-a138-a1db1052a7fb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:42d6bbc6-2151-4f2f-a08f-dec9cc22a444
ServiceInvariantUUID:57bc1829-290e-4e50-8374-4b9e50e408b8
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:5ba9431d-e71c-4bfb-b0a1-b02c5f093f22
ArtifactChecksum:Yzk2NGRkMGFlZmZjMmM4NTBhMDFhOTg0YTA4NWY5MjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:72801b1d-f4dd-46a0-9f39-685dfe3ff09e
ResourceInvariantUUID:6db649ca-c239-4db9-aabd-886007533c68
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:81b1e95a-b18e-4852-b911-71a78c149a32
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:f63a4b96-eaeb-4625-ac7f-0a0f1560bd8b
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:fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8
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:c3f776f0-ad90-4fba-9ce6-facb5810757f
ArtifactChecksum:Mzg0MjkxMTJmYmIxNGZjMDVmZmFjMzJiNGU5ZjdkMzA=
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:83af8d9a-4cd5-41b2-aaad-f40f169f492d
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:5da18777-8264-4db5-946d-d62840549773
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:5da18777-8264-4db5-946d-d62840549773
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T06:46:36.244Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42d6bbc6-2151-4f2f-a08f-dec9cc22a444 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-10T06:46:36.274Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:46:36.275Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:46:36.275Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:46:36.275Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ba9431d-e71c-4bfb-b0a1-b02c5f093f22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T06:46:36.275Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:46:36.275Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T06:46:36.411Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:46:36.414Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5ba9431d-e71c-4bfb-b0a1-b02c5f093f22 68959
2022-03-10T06:46:36.414Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:36.415Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:36.415Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:46:36.415Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:36.417Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:36.417Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894796414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:46:36.517Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:36.518Z||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-10T06:46:36.518Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:36.529Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:36.529Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:37.417Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:46:37.418Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T06:46:37.418Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5ba9431d-e71c-4bfb-b0a1-b02c5f093f22, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:46:37.442Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-10T06:46:37.443Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:46:37.443Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:46:37.522Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17615030624088478653/Definitions/service-BasicCnf-template.yml
2022-03-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:38.303Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:46:38.304Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:38.305Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cff4baac-1da0-4ecd-a2ff-54764d9c7286
2022-03-10T06:46:38.306Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:38.307Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:42d6bbc6-2151-4f2f-a08f-dec9cc22a444
Model Version:NULL
Model InvariantUuid:57bc1829-290e-4e50-8374-4b9e50e408b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:019335c3-3959-4b7f-9cc9-3e904e972e86
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6db649ca-c239-4db9-aabd-886007533c68
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:72801b1d-f4dd-46a0-9f39-685dfe3ff09e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e1f324dc-a50d-404d-bd29-2681ad6bdb86
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:03aef5b4-4296-46b3-b00d-08fc1a3d6d44
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cff4baac-1da0-4ecd-a2ff-54764d9c7286
ModelInvariantUuid:4ca411f3-2b51-4a0c-8cb0-c061c440e0aa
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2c7d6745-f6c3-451b-94cd-374f0e2a6186
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2740e004-cf3c-481d-95eb-afcd2d953f5d
ModelInvariantUuid:e1fe7ee0-5f43-4783-96e2-09a1866e7463
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4af4ef7f-2140-46c9-b41f-a3ebe5e05a4e
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-10T06:46:38.313Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 81b1e95a-b18e-4852-b911-71a78c149a32
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-10T06:46:38.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-03-10T06:46:38.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81b1e95a-b18e-4852-b911-71a78c149a32
2022-03-10T06:46:38.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f63a4b96-eaeb-4625-ac7f-0a0f1560bd8b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-10T06:46:38.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:46:38.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:38.431Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:46:38.431Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f63a4b96-eaeb-4625-ac7f-0a0f1560bd8b 12
2022-03-10T06:46:38.431Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:38.432Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:38.432Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:46:38.432Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:38.433Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:38.433Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894798431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:46:38.534Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:46:38.534Z||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-10T06:46:38.534Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:38.547Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:38.547Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:39.434Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-10T06:46:39.434Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:46:39.435Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:39.507Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:46:39.507Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8 2688
2022-03-10T06:46:39.508Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:39.508Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:39.508Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:46:39.508Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:39.509Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:39.510Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894799508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:46:39.610Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:39.610Z||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-10T06:46:39.610Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:39.622Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:39.622Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:40.511Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c3f776f0-ad90-4fba-9ce6-facb5810757f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-10T06:46:40.512Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:46:40.512Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:40.801Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:46:40.801Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c3f776f0-ad90-4fba-9ce6-facb5810757f 828
2022-03-10T06:46:40.802Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:40.802Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:40.802Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:46:40.802Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:40.803Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:40.803Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894800802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:46:40.904Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:46:40.904Z||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-10T06:46:40.904Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:40.915Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:40.915Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:41.804Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e1f324dc-a50d-404d-bd29-2681ad6bdb86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03aef5b4-4296-46b3-b00d-08fc1a3d6d44",
    "vfModuleModelCustomizationUUID": "27612646-9b6f-4734-9d91-ef0e1dce1fb0",
    "isBase": true,
    "artifacts": [
      "fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8",
      "83af8d9a-4cd5-41b2-aaad-f40f169f492d",
      "5da18777-8264-4db5-946d-d62840549773"
    ],
    "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-10T06:46:41.806Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03aef5b4-4296-46b3-b00d-08fc1a3d6d44
VfModuleModelInvariantUUID:e1f324dc-a50d-404d-bd29-2681ad6bdb86
VfModuleModelDescription:NULL
Artifacts UUID List:{
fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8
,
83af8d9a-4cd5-41b2-aaad-f40f169f492d
,
5da18777-8264-4db5-946d-d62840549773

}
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-10T06:46:41.808Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e1f324dc-a50d-404d-bd29-2681ad6bdb86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03aef5b4-4296-46b3-b00d-08fc1a3d6d44",
    "vfModuleModelCustomizationUUID": "27612646-9b6f-4734-9d91-ef0e1dce1fb0",
    "isBase": true,
    "artifacts": [
      "fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8",
      "83af8d9a-4cd5-41b2-aaad-f40f169f492d",
      "5da18777-8264-4db5-946d-d62840549773"
    ],
    "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-10T06:46:41.808Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03aef5b4-4296-46b3-b00d-08fc1a3d6d44
VfModuleModelInvariantUUID:e1f324dc-a50d-404d-bd29-2681ad6bdb86
VfModuleModelDescription:NULL
Artifacts UUID List:{
fdfcb8b1-1864-4abf-a0e9-bdb4f852b9a8
,
83af8d9a-4cd5-41b2-aaad-f40f169f492d
,
5da18777-8264-4db5-946d-d62840549773

}
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-10T06:46:41.809Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83af8d9a-4cd5-41b2-aaad-f40f169f492d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-10T06:46:41.809Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:46:41.809Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:42.011Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:46:42.012Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 83af8d9a-4cd5-41b2-aaad-f40f169f492d 1164
2022-03-10T06:46:42.012Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:42.012Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:42.012Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:46:42.012Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:42.014Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:42.014Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894802012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:46:42.114Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:42.115Z||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-10T06:46:42.115Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:42.126Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:42.126Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:43.015Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5da18777-8264-4db5-946d-d62840549773 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-10T06:46:43.015Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T06:46:43.015Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:43.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T06:46:43.315Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5da18777-8264-4db5-946d-d62840549773 200
2022-03-10T06:46:43.316Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:43.316Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:43.316Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:46:43.316Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:43.317Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:43.318Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894803315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:46:43.418Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:43.419Z||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-10T06:46:43.419Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:43.432Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:43.432Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:44.318Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 42d6bbc6-2151-4f2f-a08f-dec9cc22a444
2022-03-10T06:46:44.319Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 81b1e95a-b18e-4852-b911-71a78c149a32 ASDC
2022-03-10T06:46:44.325Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-10T06:46:44.334Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@af3449, org.onap.sdc.toscaparser.api.parameters.Input@6c223a15, org.onap.sdc.toscaparser.api.parameters.Input@26de3e02, org.onap.sdc.toscaparser.api.parameters.Input@357675bd, org.onap.sdc.toscaparser.api.parameters.Input@4c021226]
2022-03-10T06:46:44.335Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.335Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.335Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-10T06:46:44.335Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 72801b1d-f4dd-46a0-9f39-685dfe3ff09e
2022-03-10T06:46:44.335Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72801b1d-f4dd-46a0-9f39-685dfe3ff09e matches Tosca VF Customization UUID: 72801b1d-f4dd-46a0-9f39-685dfe3ff09e
2022-03-10T06:46:44.335Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 72801b1d-f4dd-46a0-9f39-685dfe3ff09e  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-10T06:46:44.337Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.337Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.337Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 72801b1d-f4dd-46a0-9f39-685dfe3ff09e: {\"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-10T06:46:44.338Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60a927c2
2022-03-10T06:46:44.338Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.338Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:46:44.338Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27612646-9b6f-4734-9d91-ef0e1dce1fb0
2022-03-10T06:46:44.338Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27612646-9b6f-4734-9d91-ef0e1dce1fb0
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-10T06:46:44.340Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.340Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:44.340Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:46:44.340Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.340Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:44.341Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:46:44.341Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.341Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T06:46:44.341Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-10T06:46:44.341Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cff4baac-1da0-4ecd-a2ff-54764d9c7286
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-10T06:46:44.343Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.343Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:44.343Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:46:44.343Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.343Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:46:44.343Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=72801b1d-f4dd-46a0-9f39-685dfe3ff09e
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-10T06:46:44.344Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 42d6bbc6-2151-4f2f-a08f-dec9cc22a444: basic_cnf
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.345Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.346Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:46:44.346Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:46:44.346Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:44.402Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 81b1e95a-b18e-4852-b911-71a78c149a32 1 ASDC deployResourceStructure
2022-03-10T06:46:44.403Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:44.403Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:44.403Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T06:46:44.403Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:44.404Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:44.404Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894804402,
  "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-10T06:46:44.505Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:46:44.505Z||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-10T06:46:44.505Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:44.517Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:44.517Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:45.405Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:45.405Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:45.406Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T06:46:45.406Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:45.407Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:45.407Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894805405,
  "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-10T06:46:45.507Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:45.508Z||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-10T06:46:45.508Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:45.520Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:45.520Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:46:46.408Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:46.409Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:46.409Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:46:46.409Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:46.410Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:46.410Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894806408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:46:46.511Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:46.511Z||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-10T06:46:46.511Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:46.523Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:46.523Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:47.411Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:47.411Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:47.412Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:46:47.412Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:47.413Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:47.413Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894807411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:46:47.514Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:46:47.514Z||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-10T06:46:47.515Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:47.526Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:47.526Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:48.414Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:48.415Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:48.415Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:46:48.415Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:48.416Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:48.416Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894808414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:46:48.516Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:46:48.517Z||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-10T06:46:48.517Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:48.529Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:48.529Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:46:49.418Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:49.418Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:46:49.418Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:46:49.418Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:46:49.419Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:46:49.419Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894809417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:46:49.520Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:46:49.520Z||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-10T06:46:49.520Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:46:49.532Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:46:49.532Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:46:50.420Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:46:50.431Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:46:50.435Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:46:50.435Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:46:50.435Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:47:20.435Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:47:20.443Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:47:20.445Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:47:20.445Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:47:20.445Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:47:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:47:26.592Z||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-10T06:47:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:47:26.613Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:47:26.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:47:26.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:47:26.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:47:50.445Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:47:50.454Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:47:50.456Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:47:50.456Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:47:50.456Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:48:20.456Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:48:20.465Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:48:20.467Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:48:20.467Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:48:20.467Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:48:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:48:26.592Z||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-10T06:48:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:48:26.618Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:48:26.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:48:26.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:48:26.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:48:50.467Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:48:50.475Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:48:50.476Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:48:50.476Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:48:50.476Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:49:20.477Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:49:20.486Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:49:20.488Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:49:20.488Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:49:20.488Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:49:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:49:26.592Z||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-10T06:49:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:49:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:49:27.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646894770014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894776096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894779091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894789083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894789081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "cds",
  "timestamp": 1646894790089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T06:49:27.131Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dea1e67-c537-407a-a138-a1db1052a7fb
2022-03-10T06:49:27.131Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dea1e67-c537-407a-a138-a1db1052a7fb 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-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894790084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "policy-id",
  "timestamp": 1646894791085,
  "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-10T06:49:27.143Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dea1e67-c537-407a-a138-a1db1052a7fb
2022-03-10T06:49:27.143Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dea1e67-c537-407a-a138-a1db1052a7fb 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-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894786590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894787685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894796414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894788600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894797604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894798419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894798431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894798712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894799508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894799819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894800375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894800802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894801015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646894801378,
  "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-10T06:49:27.158Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dea1e67-c537-407a-a138-a1db1052a7fb
2022-03-10T06:49:27.158Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dea1e67-c537-407a-a138-a1db1052a7fb 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-10T06:49:27.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894802012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894802067,
  "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-10T06:49:27.168Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dea1e67-c537-407a-a138-a1db1052a7fb
2022-03-10T06:49:27.168Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dea1e67-c537-407a-a138-a1db1052a7fb 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-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646894803070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894794491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:49:27.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894803315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894804402,
  "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-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894804420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894805405,
  "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-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894806408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894807411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894808414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894809028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646894809417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T06:49:27.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "aai-ml",
  "timestamp": 1646894810031,
  "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-10T06:49:27.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2dea1e67-c537-407a-a138-a1db1052a7fb
2022-03-10T06:49:27.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dea1e67-c537-407a-a138-a1db1052a7fb 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-10T06:49:50.488Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T06:49:50.498Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T06:49:50.500Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:49:50.500Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:49:50.500Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:49:50.500Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:49:50.500Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T06:49:50.501Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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-10T06:49:50.505Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:50:20.506Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dea1e67-c537-407a-a138-a1db1052a7fb 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-10T06:50:20.510Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dea1e67-c537-407a-a138-a1db1052a7fb and serviceModelVersionId: 42d6bbc6-2151-4f2f-a08f-dec9cc22a444
2022-03-10T06:50:20.510Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57bc1829-290e-4e50-8374-4b9e50e408b8
2022-03-10T06:50:20.511Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444?depth=0
2022-03-10T06:50:20.514Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:50:20.549Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444?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-10T06:50:20.549Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444?depth=0|INFO|500||Invoke
2022-03-10T06:50:20.566Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T06:50:20.595Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T06:50:20.595Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-06:50:20:573-2241], Content-Length=[495], Date=[Thu, 10 Mar 2022 06:50:20 GMT], Content-Type=[application/json]}
2022-03-10T06:50:20.596Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||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/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444","ERR.5.4.6114"]}}}

2022-03-10T06:50:20.598Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (ec=ERR.5.4.6114)
2022-03-10T06:50:20.598Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (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-10T06:50:20.598Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (ec=ERR.5.4.6114)
2022-03-10T06:50:20.599Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (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-10T06:50:20.604Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T06:50:20.604Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dea1e67-c537-407a-a138-a1db1052a7fb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (ec=ERR.5.4.6114)
2022-03-10T06:50:20.604Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T06:50:20.604Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:50:20.605Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:50:20.605Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895020604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:50:20.705Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:50:20.706Z||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-10T06:50:20.706Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T06:50:20.721Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:50:20.721Z||pool-77-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-10T06:50:21.617Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:50:21.618Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:50:21.618Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:50:26.591Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:50:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:50:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:50:27.216Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:50:27.217Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T06:50:27.217Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dea1e67-c537-407a-a138-a1db1052a7fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895020604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2dea1e67-c537-407a-a138-a1db1052a7fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/57bc1829-290e-4e50-8374-4b9e50e408b8/model-vers/model-ver/42d6bbc6-2151-4f2f-a08f-dec9cc22a444) (ec\u003dERR.5.4.6114)"
}
2022-03-10T06:50:27.217Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:50:32.155Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:50:32.156Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:50:32.156Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:50:32.156Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:50:41.696Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:50:41.696Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:50:41.696Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:50:41.697Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:50:51.238Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:50:51.239Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:50:51.239Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:50:51.239Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:51:00.777Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:51:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:51:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:51:26.591Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:51:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:51:26.592Z||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-10T06:51:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:51:36.131Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:51:36.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:52:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:52:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:52:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:52:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:52:26.591Z||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-10T06:52:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:52:36.139Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:52:36.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:53:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:53:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:53:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:53:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:53:26.591Z||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-10T06:53:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:53:36.139Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:53:36.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:54:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:54:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:54:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:54:26.591Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:54:26.591Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T06:54:26.592Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:54:36.131Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:54:36.131Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:55:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:55:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:55:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:55:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:55:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:55:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:55:36.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:55:36.135Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:56:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:56:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:56:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:56:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:56:26.591Z||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-10T06:56:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:56:36.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:56:36.136Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:57:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:57:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:57:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:57:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:57:26.592Z||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-10T06:57:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:57:36.135Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:57:36.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:58:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:58:26.591Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:58:26.591Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:58:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:58:26.591Z||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-10T06:58:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:58:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:58:36.136Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:59:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:59:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T06:59:26.591Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:59:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:59:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T06:59:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T06:59:36.134Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:59:36.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:00:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:00:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T07:00:26.591Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:00:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:00:26.592Z||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-10T07:00:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:00:36.132Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:00:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:01:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:01:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T07:01:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:01:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:01:26.592Z||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-10T07:01:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:01:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:01:36.138Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:02:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:02:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T07:02:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:02:26.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:02:26.592Z||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-10T07:02:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:02:36.133Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:02:36.133Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:03:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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-10T07:03:26.590Z|2dea1e67-c537-407a-a138-a1db1052a7fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:03:26.592Z||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-10T07:03:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:26.717Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:27.216Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:27.217Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.217Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a64af866-0363-4ca8-9351-b902d965309b","serviceName":"Demo_pNF_MYmvpalR3mKINjOiookI","serviceVersion":"1.0","serviceUUID":"cec7774e-9021-44db-8e39-53d840b6422d","serviceDescription":"catalog service description","serviceInvariantUUID":"28c6d59a-3269-426a-a66d-ac43e46acd78","resources":[{"resourceInstanceName":"pNF 1939820f-e6dd 0","resourceName":"pNF 1939820f-e6dd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eef7b1df-a597-4260-887d-52960241b209","resourceInvariantUUID":"f455b3fc-1971-47ac-99f9-16f169e96d5c","resourceCustomizationUUID":"fe68f263-eab0-4689-96c4-850375292327","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml","artifactChecksum":"NDNiZTU1ZGVkNWQxYTE0ZTY1NmI4NWQ2NDRkNTJlOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9d6daa6-908d-4697-af98-b9e1a902e1d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9444bf76-1f1e-4f15-9d3a-8700f17aed05","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c25616a-c224-4025-8ebd-534bebbfd0fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE0YzE0NDYyYWUyYzJlMmVhYjQzNzMyMmRlNzlhMDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a1a9036-00a8-48b2-bd40-dadcb508deef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a77271f5-adb5-446c-811d-b1bacaa626b1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10cae28e-e113-4dfa-92c9-fa45d2a8f15e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMymvpalr3mkinjoiooki-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml","artifactChecksum":"M2RjNGYzMWFkMTg0NzQ4NmJmYTk5MzMyZGIwMzNkNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c262929-bb8b-42d9-b195-0fa2d6fe148f","artifactVersion":"1"},{"artifactName":"service-DemoPnfMymvpalr3mkinjoiooki-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar","artifactChecksum":"ZGIyNzdiZTM3MjQzZTBjOGIyNjQ0ZDIyYTIxOWY1Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecafe34e-b086-4e44-b79d-f306e892c5e3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:03:27.219Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:27.219Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:27.221Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:27.221Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895750014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895751096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895754491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895748600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895766420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895766505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895766521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895759091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "cds",
  "timestamp": 1646895767510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-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-10T07:03:27.262Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a64af866-0363-4ca8-9351-b902d965309b
2022-03-10T07:03:27.262Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64af866-0363-4ca8-9351-b902d965309b 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-10T07:03:27.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895767735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:27.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895767908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895768017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895768738,
  "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-10T07:03:27.275Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a64af866-0363-4ca8-9351-b902d965309b
2022-03-10T07:03:27.275Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64af866-0363-4ca8-9351-b902d965309b 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-10T07:03:27.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895768911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:27.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895769020,
  "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-10T07:03:27.286Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a64af866-0363-4ca8-9351-b902d965309b
2022-03-10T07:03:27.287Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64af866-0363-4ca8-9351-b902d965309b 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-10T07:03:27.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "policy-id",
  "timestamp": 1646895769913,
  "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-10T07:03:27.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a64af866-0363-4ca8-9351-b902d965309b
2022-03-10T07:03:27.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64af866-0363-4ca8-9351-b902d965309b 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-10T07:03:27.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895770136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "aai-ml",
  "timestamp": 1646895771139,
  "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-10T07:03:27.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a64af866-0363-4ca8-9351-b902d965309b
2022-03-10T07:03:27.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64af866-0363-4ca8-9351-b902d965309b 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-10T07:03:27.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895768513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895776210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646895770014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "cds",
  "timestamp": 1646895777217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-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-10T07:03:27.321Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:27.321Z||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-10T07:03:27.322Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:03:27.329Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f731bbe9-92fd-43e5-8d86-1b338c3de2fb
2022-03-10T07:03:27.329Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f731bbe9-92fd-43e5-8d86-1b338c3de2fb 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-10T07:03:27.335Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:27.335Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:27.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895767685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895783708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895784895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895778600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895779091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895786112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895786488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895787014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895787135,
  "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-10T07:03:27.343Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f731bbe9-92fd-43e5-8d86-1b338c3de2fb
2022-03-10T07:03:27.343Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f731bbe9-92fd-43e5-8d86-1b338c3de2fb 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-10T07:03:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895788016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646895788138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "policy-id",
  "timestamp": 1646895789019,
  "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-10T07:03:27.353Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f731bbe9-92fd-43e5-8d86-1b338c3de2fb
2022-03-10T07:03:27.353Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f731bbe9-92fd-43e5-8d86-1b338c3de2fb 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-10T07:03:27.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895789450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646895790455,
  "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-10T07:03:27.361Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f731bbe9-92fd-43e5-8d86-1b338c3de2fb
2022-03-10T07:03:27.361Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f731bbe9-92fd-43e5-8d86-1b338c3de2fb 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-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895784491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895792423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895799225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:03:27.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "aai-ml",
  "timestamp": 1646895800230,
  "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-10T07:03:27.371Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f731bbe9-92fd-43e5-8d86-1b338c3de2fb
2022-03-10T07:03:27.371Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f731bbe9-92fd-43e5-8d86-1b338c3de2fb 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-10T07:03:28.221Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:28.222Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:28.224Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:28.224Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:28.324Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:28.325Z||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-10T07:03:28.325Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:28.338Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:28.338Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:29.224Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:29.225Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:29.227Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:29.227Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:29.327Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:29.328Z||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-10T07:03:29.328Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:29.341Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:29.341Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:30.227Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:30.228Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:30.229Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:30.230Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:30.330Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:30.330Z||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-10T07:03:30.330Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:30.342Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:30.343Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:31.230Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:31.231Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:31.232Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:31.233Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:31.333Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:31.333Z||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-10T07:03:31.333Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:31.346Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:31.346Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:03:32.233Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:32.234Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:32.235Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:32.235Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:32.335Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:32.336Z||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-10T07:03:32.336Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:32.348Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:32.348Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:33.236Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:33.237Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:33.238Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:33.238Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:03:33.338Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:33.339Z||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-10T07:03:33.339Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:33.354Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:33.354Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:34.239Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:03:34.239Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:34.241Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:34.241Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:03:34.341Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:34.342Z||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-10T07:03:34.342Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:34.357Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:34.357Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:35.242Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "serviceName": "Demo_pNF_MYmvpalR3mKINjOiookI",
  "serviceVersion": "1.0",
  "serviceUUID": "cec7774e-9021-44db-8e39-53d840b6422d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "28c6d59a-3269-426a-a66d-ac43e46acd78",
  "resources": [
    {
      "resourceInstanceName": "pNF 1939820f-e6dd 0",
      "resourceCustomizationUUID": "fe68f263-eab0-4689-96c4-850375292327",
      "resourceName": "pNF 1939820f-e6dd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eef7b1df-a597-4260-887d-52960241b209",
      "resourceInvariantUUID": "f455b3fc-1971-47ac-99f9-16f169e96d5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
      "artifactChecksum": "ZGIyNzdiZTM3MjQzZTBjOGIyNjQ0ZDIyYTIxOWY1Mjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecafe34e-b086-4e44-b79d-f306e892c5e3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:03:35.242Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:03:35.242Z|2dea1e67-c537-407a-a138-a1db1052a7fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cec7774e-9021-44db-8e39-53d840b6422d ASDC
2022-03-10T07:03:35.242Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a64af866-0363-4ca8-9351-b902d965309b
ServiceName:Demo_pNF_MYmvpalR3mKINjOiookI
ServiceVersion:1.0
ServiceUUID:cec7774e-9021-44db-8e39-53d840b6422d
ServiceInvariantUUID:28c6d59a-3269-426a-a66d-ac43e46acd78
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
ArtifactUUID:ecafe34e-b086-4e44-b79d-f306e892c5e3
ArtifactChecksum:ZGIyNzdiZTM3MjQzZTBjOGIyNjQ0ZDIyYTIxOWY1Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1939820f-e6dd 0
ResourceCustomizationUUID:fe68f263-eab0-4689-96c4-850375292327
ResourceInvariantUUID:f455b3fc-1971-47ac-99f9-16f169e96d5c
ResourceName:pNF 1939820f-e6dd
ResourceType:PNF
ResourceUUID:eef7b1df-a597-4260-887d-52960241b209
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T07:03:35.243Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cec7774e-9021-44db-8e39-53d840b6422d 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-10T07:03:35.265Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:03:35.266Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:03:35.266Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:03:35.266Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ecafe34e-b086-4e44-b79d-f306e892c5e3 from URL: /sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:35.266Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:03:35.266Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:35.394Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:03:35.398Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar ecafe34e-b086-4e44-b79d-f306e892c5e3 82645
2022-03-10T07:03:35.398Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar ASDC sendASDCNotification
2022-03-10T07:03:35.398Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:35.398Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:03:35.398Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:35.399Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:35.400Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895815398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:03:35.500Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:35.500Z||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-10T07:03:35.500Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:35.515Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:35.515Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:03:36.400Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:03:36.401Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:03:36.401Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ecafe34e-b086-4e44-b79d-f306e892c5e3, URL: /sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar to file: /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:36.402Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:36.402Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:36.402Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:36.479Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1022612144795716988/Definitions/service-DemoPnfMymvpalr3mkinjoiooki-template.yml
2022-03-10T07:03:37.003Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:03:37.003Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:03:37.003Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1939820f-e6dd 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-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Node template pNF 1939820f-e6dd 0 is matching search criteria
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 1939820f-e6dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:03:37.004Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Node template pNF 1939820f-e6dd 0 is matching search criteria
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 1939820f-e6dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.005Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.006Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.006Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MYmvpalR3mKINjOiookI
Description:catalog service description
Model UUID:cec7774e-9021-44db-8e39-53d840b6422d
Model Version:NULL
Model InvariantUuid:28c6d59a-3269-426a-a66d-ac43e46acd78
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-10T07:03:37.012Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: eef7b1df-a597-4260-887d-52960241b209
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-10T07:03:37.015Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||pNF 1939820f-e6dd 0
2022-03-10T07:03:37.015Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eef7b1df-a597-4260-887d-52960241b209
2022-03-10T07:03:37.015Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: cec7774e-9021-44db-8e39-53d840b6422d
2022-03-10T07:03:37.015Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cec7774e-9021-44db-8e39-53d840b6422d
2022-03-10T07:03:37.015Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1939820f-e6dd 0 eef7b1df-a597-4260-887d-52960241b209 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-10T07:03:37.018Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e82f585, org.onap.sdc.toscaparser.api.parameters.Input@3e15b22e, org.onap.sdc.toscaparser.api.parameters.Input@4c215f39, org.onap.sdc.toscaparser.api.parameters.Input@50a9f0eb, org.onap.sdc.toscaparser.api.parameters.Input@79ae19a6]
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cec7774e-9021-44db-8e39-53d840b6422d: pNF 1939820f-e6dd
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Processing PNF resource: eef7b1df-a597-4260-887d-52960241b209
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_MYmvpalR3mKINjOiookI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:03:37.019Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||Resource customization UUID: fe68f263-eab0-4689-96c4-850375292327 is the same as notified resource customizationUUID: fe68f263-eab0-4689-96c4-850375292327
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-10T07:03:37.059Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1939820f-e6dd eef7b1df-a597-4260-887d-52960241b209 0 ASDC deployResourceStructure
2022-03-10T07:03:37.059Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar ASDC sendASDCNotification
2022-03-10T07:03:37.059Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar
2022-03-10T07:03:37.059Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:03:37.059Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:03:37.060Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:03:37.060Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895817059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:03:37.161Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:03:37.161Z||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-10T07:03:37.161Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:03:37.176Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:03:37.176Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:03:38.061Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64af866-0363-4ca8-9351-b902d965309b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:03:38.070Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64af866-0363-4ca8-9351-b902d965309b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:03:38.072Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:03:38.072Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:03:38.072Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:03:38.072Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:03:38.072Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T07:03:38.073Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:03:38.073Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||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-10T07:03:38.077Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:04:08.077Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a64af866-0363-4ca8-9351-b902d965309b 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-10T07:04:08.081Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a64af866-0363-4ca8-9351-b902d965309b and serviceModelVersionId: cec7774e-9021-44db-8e39-53d840b6422d
2022-03-10T07:04:08.081Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28c6d59a-3269-426a-a66d-ac43e46acd78
2022-03-10T07:04:08.082Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0
2022-03-10T07:04:08.085Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:04:08.116Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0|INFO|500||Invoke
2022-03-10T07:04:08.116Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a64af866-0363-4ca8-9351-b902d965309b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7554002d-e792-406d-9640-ec5d0c85dc97], X-ECOMP-RequestID=[a64af866-0363-4ca8-9351-b902d965309b], X-TransactionId=[], X-ONAP-RequestID=[a64af866-0363-4ca8-9351-b902d965309b], Content-Type=[application/merge-patch+json]}
2022-03-10T07:04:08.134Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:04:08.158Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?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/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-07:04:08:141-43963], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:04:08 GMT], Content-Type=[application/json]}
2022-03-10T07:04:08.159Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?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/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d","ERR.5.4.6114"]}}}

2022-03-10T07:04:08.159Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:04:08.162Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (ec=ERR.5.4.6114)
2022-03-10T07:04:08.162Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (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-10T07:04:08.162Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (ec=ERR.5.4.6114)
2022-03-10T07:04:08.162Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (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-10T07:04:08.165Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:04:08.165Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a64af866-0363-4ca8-9351-b902d965309b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (ec=ERR.5.4.6114)
2022-03-10T07:04:08.165Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:04:08.166Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:08.167Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:08.167Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895848165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:04:08.267Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:08.267Z||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-10T07:04:08.267Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:08.286Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:08.286Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T07:04:09.178Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:04:09.178Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f731bbe9-92fd-43e5-8d86-1b338c3de2fb","serviceName":"vFW 2022-03-10 07-00-45","serviceVersion":"1.0","serviceUUID":"f7b9db65-a871-4609-a961-38c23fe2d9c2","serviceDescription":"catalog service description","serviceInvariantUUID":"ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e","resources":[{"resourceInstanceName":"vFW 4536661d-d255 0","resourceName":"vFW 4536661d-d255","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"897a046c-d0b1-4bde-8736-ccc5f8934097","resourceInvariantUUID":"7f346206-97e7-4314-9396-efcf856e1d2f","resourceCustomizationUUID":"cbb9a98e-aa78-418d-8037-f7de78c739ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml","artifactChecksum":"ZmYwNDc4MDUwMDI2YjAwMjIxNWRiZDhkZWJlNDViYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e2d4d8e-0a16-4f33-8f32-8e08190d2e2c","artifactVersion":"1"},{"artifactName":"vfw4536661dd2550_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json","artifactChecksum":"ZjFhYWU2NWRmZTc1ZTc0NWYyMjEzNGYxMjYzMDMzZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fac8841a-8231-4574-a809-67ca83a11182","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml","artifactChecksum":"ODE3YzlmZmUyN2Y2MWMzNWNjNTNiOTYxYTRjYWY4MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"11e5014b-857f-4e0f-adf1-cd94d42c70ad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503","artifactVersion":"2","generatedFromUUID":"7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310070045-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml","artifactChecksum":"Yzc3ZWY5NGMyYzk1NzIwYzFjNmE0OWIzZmZmZTYyOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcee84e2-8947-4ff1-9132-62f136edbced","artifactVersion":"1"},{"artifactName":"service-Vfw20220310070045-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar","artifactChecksum":"OTNmNmRlYTNjZTg1YzI2MmRkZjI3YTk1MDZkYjFlMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3cf4ddb-d27f-4989-b29f-af77327d1252","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:04:09.178Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:09.179Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:09.180Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:09.180Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:04:09.280Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:09.280Z||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-10T07:04:09.281Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:09.296Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:09.296Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:10.180Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:10.181Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:10.182Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:10.182Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:04:10.283Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:10.283Z||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-10T07:04:10.283Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:10.296Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:10.296Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:04:11.183Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:11.183Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:11.185Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:11.185Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:04:11.285Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:11.285Z||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-10T07:04:11.285Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:11.300Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:11.301Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:12.185Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:12.186Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:12.187Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:12.187Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:04:12.288Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:12.288Z||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-10T07:04:12.288Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:12.302Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:12.302Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:04:13.188Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:13.188Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:13.190Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:13.190Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:04:13.290Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:13.291Z||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-10T07:04:13.291Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:13.304Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:13.304Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:14.190Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:14.191Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:14.192Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:14.192Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:04:14.293Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:14.293Z||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-10T07:04:14.293Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:14.307Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:14.307Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:04:15.193Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:04:15.194Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:15.195Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:15.195Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:04:15.295Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:15.296Z||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-10T07:04:15.296Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:15.310Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:15.310Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:16.196Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "serviceName": "vFW 2022-03-10 07-00-45",
  "serviceVersion": "1.0",
  "serviceUUID": "f7b9db65-a871-4609-a961-38c23fe2d9c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e",
  "resources": [
    {
      "resourceInstanceName": "vFW 4536661d-d255 0",
      "resourceCustomizationUUID": "cbb9a98e-aa78-418d-8037-f7de78c739ee",
      "resourceName": "vFW 4536661d-d255",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "897a046c-d0b1-4bde-8736-ccc5f8934097",
      "resourceInvariantUUID": "7f346206-97e7-4314-9396-efcf856e1d2f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4536661dd2550_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
          "artifactChecksum": "ZjFhYWU2NWRmZTc1ZTc0NWYyMjEzNGYxMjYzMDMzZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fac8841a-8231-4574-a809-67ca83a11182",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503",
            "generatedFromUUID": "7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310070045-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
      "artifactChecksum": "OTNmNmRlYTNjZTg1YzI2MmRkZjI3YTk1MDZkYjFlMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3cf4ddb-d27f-4989-b29f-af77327d1252"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:04:16.197Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:04:16.197Z|a64af866-0363-4ca8-9351-b902d965309b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7b9db65-a871-4609-a961-38c23fe2d9c2 ASDC
2022-03-10T07:04:16.197Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f731bbe9-92fd-43e5-8d86-1b338c3de2fb
ServiceName:vFW 2022-03-10 07-00-45
ServiceVersion:1.0
ServiceUUID:f7b9db65-a871-4609-a961-38c23fe2d9c2
ServiceInvariantUUID:ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310070045-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar
ArtifactUUID:e3cf4ddb-d27f-4989-b29f-af77327d1252
ArtifactChecksum:OTNmNmRlYTNjZTg1YzI2MmRkZjI3YTk1MDZkYjFlMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4536661d-d255 0
ResourceCustomizationUUID:cbb9a98e-aa78-418d-8037-f7de78c739ee
ResourceInvariantUUID:7f346206-97e7-4314-9396-efcf856e1d2f
ResourceName:vFW 4536661d-d255
ResourceType:VF
ResourceUUID:897a046c-d0b1-4bde-8736-ccc5f8934097
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4536661dd2550_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json
ArtifactUUID:fac8841a-8231-4574-a809-67ca83a11182
ArtifactChecksum:ZjFhYWU2NWRmZTc1ZTc0NWYyMjEzNGYxMjYzMDMzZGU=
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/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml
ArtifactUUID:7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0
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/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env
ArtifactUUID:f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503
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/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env
ArtifactUUID:f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T07:04:16.197Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7b9db65-a871-4609-a961-38c23fe2d9c2 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-10T07:04:16.224Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:04:16.225Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:04:16.225Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:04:16.225Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3cf4ddb-d27f-4989-b29f-af77327d1252 from URL: /sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:16.225Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:04:16.225Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:16.503Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:04:16.507Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar e3cf4ddb-d27f-4989-b29f-af77327d1252 98989
2022-03-10T07:04:16.507Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar ASDC sendASDCNotification
2022-03-10T07:04:16.507Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:16.507Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:04:16.507Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:16.509Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:16.509Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895856507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:04:16.610Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T07:04:16.611Z||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-10T07:04:16.611Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:16.620Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:16.621Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:17.510Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:04:17.510Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:04:17.511Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e3cf4ddb-d27f-4989-b29f-af77327d1252, URL: /sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar to file: /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:17.511Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310070045-csar.csar
2022-03-10T07:04:17.511Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:17.511Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:17.617Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2574600647240191890/Definitions/service-Vfw20220310070045-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-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4536661d-d255 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-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.988Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:18.989Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.990Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.991Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:18.992Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:18.993Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2efcbea7-5001-4115-b44f-a15b8713df3a
2022-03-10T07:04:18.994Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:04:18.995Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=37a67612-67de-4756-a3ec-11bcf77fbde8
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:04:18.996Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=218b22fe-fb90-4783-9356-382a3eff2a0a
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:18.997Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 07-00-45
Description:catalog service description
Model UUID:f7b9db65-a871-4609-a961-38c23fe2d9c2
Model Version:NULL
Model InvariantUuid:ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4536661d-d255
Model UUID:f4e30520-2da0-4ef8-8d12-8f55502e60a2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f346206-97e7-4314-9396-efcf856e1d2f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cbb9a98e-aa78-418d-8037-f7de78c739ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:63533e81-a524-4673-a220-71b423a57eff
ModelName:Vfw4536661dD255..base_vfw..module-0
ModelUuid:9380fd18-634b-4cd3-b8fc-ebaf071f03e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2efcbea7-5001-4115-b44f-a15b8713df3a
ModelInvariantUuid:b85a127f-1806-4029-8ff0-b065948a522d
ModelName:vFW 4536661d-d255-nodes.vfwCvfc
ModelUuid:fc4dd8d3-b082-4619-9ef4-ab951570a261
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8efd9ee8-9ac2-4315-ac9d-984c08a623ba
ModelInvariantUuid:68bc0991-e0b1-4fb4-a581-fc6555cf3d47
ModelName:Vfw4536661dD255.compute.nodes.heat.vfw
ModelUuid:18e3d12d-b97c-4041-a8a4-d7ce52b1ab61
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:37a67612-67de-4756-a3ec-11bcf77fbde8
ModelInvariantUuid:545d93cb-b016-49de-8648-8df820655075
ModelName:vFW 4536661d-d255-nodes.vsnCvfc
ModelUuid:a4122d22-077a-4734-9254-26bd7d2e3845
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:486f0058-8f7d-45d8-a207-92df252778f9
ModelInvariantUuid:e80e2bff-42b9-4089-8e74-db2dfe2da90b
ModelName:Vfw4536661dD255.compute.nodes.heat.vsn
ModelUuid:342558c6-e199-4ca4-b5ed-719bfbf7f20f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:218b22fe-fb90-4783-9356-382a3eff2a0a
ModelInvariantUuid:f15887c7-cae6-415f-8917-a4acee8a78f3
ModelName:vFW 4536661d-d255-nodes.vpgCvfc
ModelUuid:14e45a4b-0be5-4dbb-aadc-d0272e603698
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:08cdf5d3-8f83-4d97-a276-7bf2f96a0ebe
ModelInvariantUuid:6771497c-fcec-4232-be2a-ee7d7ec93f03
ModelName:Vfw4536661dD255.compute.nodes.heat.vpg
ModelUuid:79b0eed3-d599-4e84-a642-4d64aafe6c10
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-10T07:04:19.005Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 897a046c-d0b1-4bde-8736-ccc5f8934097
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-10T07:04:19.007Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||vFW 4536661d-d255 0
2022-03-10T07:04:19.007Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 897a046c-d0b1-4bde-8736-ccc5f8934097
2022-03-10T07:04:19.007Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fac8841a-8231-4574-a809-67ca83a11182 from URL: /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json
2022-03-10T07:04:19.007Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:04:19.007Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json
2022-03-10T07:04:19.214Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:04:19.215Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json fac8841a-8231-4574-a809-67ca83a11182 785
2022-03-10T07:04:19.215Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json ASDC sendASDCNotification
2022-03-10T07:04:19.215Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json
2022-03-10T07:04:19.215Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:04:19.215Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:19.217Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:19.217Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895859215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:04:19.317Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:19.317Z||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-10T07:04:19.318Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:19.329Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:19.329Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:04:20.217Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4536661dD255..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "63533e81-a524-4673-a220-71b423a57eff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9380fd18-634b-4cd3-b8fc-ebaf071f03e9",
    "vfModuleModelCustomizationUUID": "aa56c959-27d7-4819-a0d3-25cc64a703b2",
    "isBase": true,
    "artifacts": [
      "7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0",
      "f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503"
    ],
    "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-10T07:04:20.220Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4536661dD255..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9380fd18-634b-4cd3-b8fc-ebaf071f03e9
VfModuleModelInvariantUUID:63533e81-a524-4673-a220-71b423a57eff
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0
,
f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503

}
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-10T07:04:20.222Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4536661dD255..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "63533e81-a524-4673-a220-71b423a57eff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9380fd18-634b-4cd3-b8fc-ebaf071f03e9",
    "vfModuleModelCustomizationUUID": "aa56c959-27d7-4819-a0d3-25cc64a703b2",
    "isBase": true,
    "artifacts": [
      "7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0",
      "f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503"
    ],
    "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-10T07:04:20.222Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4536661dD255..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9380fd18-634b-4cd3-b8fc-ebaf071f03e9
VfModuleModelInvariantUUID:63533e81-a524-4673-a220-71b423a57eff
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0
,
f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503

}
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-10T07:04:20.222Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0 from URL: /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml
2022-03-10T07:04:20.222Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:04:20.222Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml
2022-03-10T07:04:20.267Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:04:20.268Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml 7ddfaa99-4ad6-42b8-8d4b-2cfafd565fe0 20368
2022-03-10T07:04:20.268Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T07:04:20.268Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml
2022-03-10T07:04:20.268Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:04:20.268Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:20.270Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:20.270Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895860268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:04:20.370Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:20.370Z||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-10T07:04:20.371Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:20.382Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:20.382Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:21.270Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503 from URL: /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env
2022-03-10T07:04:21.271Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:04:21.271Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env
2022-03-10T07:04:21.313Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:04:21.314Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env f8db4b8c-1b68-4e7e-9e30-f84c5c9a0503 2098
2022-03-10T07:04:21.314Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T07:04:21.314Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env
2022-03-10T07:04:21.314Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:04:21.314Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:21.316Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:21.316Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895861314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:04:21.416Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:21.417Z||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-10T07:04:21.417Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:21.429Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:21.429Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:22.316Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f7b9db65-a871-4609-a961-38c23fe2d9c2
2022-03-10T07:04:22.317Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4536661d-d255 0 897a046c-d0b1-4bde-8736-ccc5f8934097 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-10T07:04:22.331Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e4b2450, org.onap.sdc.toscaparser.api.parameters.Input@89fd18d, org.onap.sdc.toscaparser.api.parameters.Input@4237f581, org.onap.sdc.toscaparser.api.parameters.Input@3b887ad0, org.onap.sdc.toscaparser.api.parameters.Input@7c26b055]
2022-03-10T07:04:22.349Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.349Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.350Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-10T07:04:22.350Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cbb9a98e-aa78-418d-8037-f7de78c739ee
2022-03-10T07:04:22.350Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cbb9a98e-aa78-418d-8037-f7de78c739ee matches Tosca VF Customization UUID: cbb9a98e-aa78-418d-8037-f7de78c739ee
2022-03-10T07:04:22.350Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cbb9a98e-aa78-418d-8037-f7de78c739ee  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-10T07:04:22.351Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.352Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.352Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cbb9a98e-aa78-418d-8037-f7de78c739ee: {\"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-10T07:04:22.352Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f83c80f
2022-03-10T07:04:22.352Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.352Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:04:22.353Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa56c959-27d7-4819-a0d3-25cc64a703b2
2022-03-10T07:04:22.353Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa56c959-27d7-4819-a0d3-25cc64a703b2
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-10T07:04:22.354Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.354Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:22.354Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:04:22.355Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.356Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:22.356Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:04:22.356Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:22.356Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:04:22.356Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.356Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2efcbea7-5001-4115-b44f-a15b8713df3a
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-10T07:04:22.357Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:22.358Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.359Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=37a67612-67de-4756-a3ec-11bcf77fbde8
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-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is not matching search criteria
2022-03-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:04:22.361Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:04:22.362Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:04:22.363Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T07:04:22.363Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=218b22fe-fb90-4783-9356-382a3eff2a0a
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-10T07:04:22.364Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.364Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:22.364Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:04:22.365Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.365Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Node template vFW 4536661d-d255 0 is matching search criteria
2022-03-10T07:04:22.365Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4536661d-d255 0] matching following query criteria: sdcType=VF, customizationUUID=cbb9a98e-aa78-418d-8037-f7de78c739ee
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-10T07:04:22.366Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.366Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.366Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f7b9db65-a871-4609-a961-38c23fe2d9c2: vFW 4536661d-d255
2022-03-10T07:04:22.366Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 07-00-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:04:22.367Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-10 07-00-45 
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-10T07:04:22.520Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4536661d-d255 897a046c-d0b1-4bde-8736-ccc5f8934097 1 ASDC deployResourceStructure
2022-03-10T07:04:22.520Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json ASDC sendASDCNotification
2022-03-10T07:04:22.520Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json
2022-03-10T07:04:22.520Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:04:22.520Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:22.522Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:22.522Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895862520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:04:22.622Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:22.623Z||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-10T07:04:22.623Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:22.636Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:22.637Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:23.523Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T07:04:23.523Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml
2022-03-10T07:04:23.523Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:04:23.524Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:23.525Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:23.525Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895863523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:04:23.626Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T07:04:23.626Z||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-10T07:04:23.626Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:23.640Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:23.640Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:24.526Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T07:04:24.527Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env
2022-03-10T07:04:24.527Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:04:24.527Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:24.528Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:24.528Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895864526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:04:24.628Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:24.629Z||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-10T07:04:24.629Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:24.642Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:24.642Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:04:25.529Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar ASDC sendASDCNotification
2022-03-10T07:04:25.530Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar
2022-03-10T07:04:25.530Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:04:25.530Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:25.531Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:25.531Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895865529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:04:25.632Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:04:25.632Z||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-10T07:04:25.632Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:25.643Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:25.643Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:04:26.532Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f731bbe9-92fd-43e5-8d86-1b338c3de2fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:04:26.541Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f731bbe9-92fd-43e5-8d86-1b338c3de2fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:04:26.542Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:04:26.543Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:04:26.543Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:04:26.543Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:04:26.543Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:04:26.543Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||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-10T07:04:26.547Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:04:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:04:26.592Z||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-10T07:04:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:26.712Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:26.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:04:26.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:04:26.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:04:56.547Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f731bbe9-92fd-43e5-8d86-1b338c3de2fb 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-10T07:04:56.552Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f731bbe9-92fd-43e5-8d86-1b338c3de2fb and serviceModelVersionId: f7b9db65-a871-4609-a961-38c23fe2d9c2
2022-03-10T07:04:56.553Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e
2022-03-10T07:04:56.553Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2?depth=0
2022-03-10T07:04:56.557Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:04:56.587Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2?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-10T07:04:56.588Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2?depth=0|INFO|500||Invoke
2022-03-10T07:04:56.603Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:04:56.626Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:04:56.626Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-07:04:56:610-89259], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:04:56 GMT], Content-Type=[application/json]}
2022-03-10T07:04:56.627Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||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/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2","ERR.5.4.6114"]}}}

2022-03-10T07:04:56.629Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (ec=ERR.5.4.6114)
2022-03-10T07:04:56.629Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (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-10T07:04:56.630Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (ec=ERR.5.4.6114)
2022-03-10T07:04:56.630Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (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-10T07:04:56.632Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:04:56.633Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f731bbe9-92fd-43e5-8d86-1b338c3de2fb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (ec=ERR.5.4.6114)
2022-03-10T07:04:56.633Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:04:56.633Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:04:56.635Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:04:56.635Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895896633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:04:56.734Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T07:04:56.735Z||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-10T07:04:56.735Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:04:56.750Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:04:56.750Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T07:04:57.646Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:04:57.646Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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-10T07:04:57.646Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:05:07.185Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:05:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:05:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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-10T07:05:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:05:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:05:26.591Z||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-10T07:05:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:05:26.615Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:05:26.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/resourceInstances/pnf1939820fe6dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895815398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895817059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMymvpalr3mkinjoiooki/1.0/artifacts/service-DemoPnfMymvpalr3mkinjoiooki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a64af866-0363-4ca8-9351-b902d965309b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895848165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da64af866-0363-4ca8-9351-b902d965309b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/28c6d59a-3269-426a-a66d-ac43e46acd78/model-vers/model-ver/cec7774e-9021-44db-8e39-53d840b6422d) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:05:26.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895806590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895856507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895859215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895860268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895861314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895862520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/vfw4536661dd2550_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895863523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895864526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/resourceInstances/vfw4536661dd2550/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895865529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310070045/1.0/artifacts/service-Vfw20220310070045-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:05:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:05:36.131Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:06:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:06:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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-10T07:06:26.591Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:06:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:06:26.591Z||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-10T07:06:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:06:27.112Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:06:27.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T07:06:27.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f731bbe9-92fd-43e5-8d86-1b338c3de2fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646895896633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df731bbe9-92fd-43e5-8d86-1b338c3de2fb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac81d42e-95b7-4ccd-8f06-15a2bc3f5a0e/model-vers/model-ver/f7b9db65-a871-4609-a961-38c23fe2d9c2) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:06:27.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:06:36.138Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:07:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:07:26.591Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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-10T07:07:26.591Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:07:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:07:26.591Z||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-10T07:07:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:07:36.137Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:07:36.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:08:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:08:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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-10T07:08:26.591Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:08:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:08:26.591Z||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-10T07:08:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:08:36.135Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:08:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:26.590Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:09:26.591Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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-10T07:09:26.591Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:09:26.592Z||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-10T07:09:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:26.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:26.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896126096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896130014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896127685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896139518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896139647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896140538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "cds",
  "timestamp": 1646896140653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-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-10T07:09:26.955Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e74b796f-9e1b-4109-b09b-90ec5b3f50da
2022-03-10T07:09:26.955Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74b796f-9e1b-4109-b09b-90ec5b3f50da 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-10T07:09:26.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896141540,
  "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-10T07:09:26.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e74b796f-9e1b-4109-b09b-90ec5b3f50da
2022-03-10T07:09:26.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74b796f-9e1b-4109-b09b-90ec5b3f50da 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-10T07:09:26.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896138600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:26.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896139091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896147920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896148009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896149012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896149490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:09:26.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:26.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "policy-id",
  "timestamp": 1646896150014,
  "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-10T07:09:26.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e74b796f-9e1b-4109-b09b-90ec5b3f50da
2022-03-10T07:09:26.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74b796f-9e1b-4109-b09b-90ec5b3f50da 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-10T07:09:26.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:26.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:26.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:26.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896150493,
  "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-10T07:09:27.002Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e74b796f-9e1b-4109-b09b-90ec5b3f50da
2022-03-10T07:09:27.002Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74b796f-9e1b-4109-b09b-90ec5b3f50da 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-10T07:09:27.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896144491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896153514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896157030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "aai-ml",
  "timestamp": 1646896158035,
  "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-10T07:09:27.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e74b796f-9e1b-4109-b09b-90ec5b3f50da
2022-03-10T07:09:27.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e74b796f-9e1b-4109-b09b-90ec5b3f50da 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-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896150014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896147685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896161906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896162931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896156096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896163934,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T07:09:27.040Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
2022-03-10T07:09:27.040Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab 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-10T07:09:27.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896164826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "cds",
  "timestamp": 1646896165832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-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-10T07:09:27.054Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
2022-03-10T07:09:27.054Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab 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-10T07:09:27.389Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:27.389Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:09:27.389Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e74b796f-9e1b-4109-b09b-90ec5b3f50da","serviceName":"Demo_pNF_yaSaFj0j8hTELx3A3J8g","serviceVersion":"1.0","serviceUUID":"552a9e32-7fc8-4c12-b52b-f3027c18596e","serviceDescription":"catalog service description","serviceInvariantUUID":"fe7604d1-4488-432a-b9f4-13cd85c87be6","resources":[{"resourceInstanceName":"pNF 54b96133-fc59 0","resourceName":"pNF 54b96133-fc59","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"89c5084a-4df9-4eee-900a-9d3192b31275","resourceInvariantUUID":"24f2d159-4488-4618-8f80-da2357edd25c","resourceCustomizationUUID":"c0105a4b-9731-4dfd-be77-03d71097bcd9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml","artifactChecksum":"ZjFkNTQ2ZDkzODQwYjk4YmVmYTRlMWM2YWU0MzkyZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3db917c8-607a-447c-ac53-09815fa4eb56","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58dc8384-2c92-4d65-8ab6-3643d4492385","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d15600b-f6f4-4f9d-83ce-d1751a201751","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml","artifactChecksum":"Y2MwMDg3NjFkZjM5NDU5MTRlMWI5Zjc0MjE2YzAyNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aeaa073f-c1c6-41cb-aff2-3f2482f66d16","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09fb7e78-a4df-4ae0-85d6-d495e4afdde7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59b548fb-2d6e-4678-ae45-8b012399107b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYasafj0j8htelx3a3j8g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml","artifactChecksum":"ODIyYTNhMGU3NTBjZjljYzNlYzg2OWY1M2QwOTViZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67676bda-13c9-435c-95c5-bcc4224b97d5","artifactVersion":"1"},{"artifactName":"service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar","artifactChecksum":"OTY4NzAxZDA3ZGQwNjNjOWY0ZWYzYjJmOTNlZTMwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6a2a6a0-4be5-4996-a7ea-791781200235","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:09:27.391Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:27.391Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:27.393Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:27.393Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:27.493Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:27.494Z||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-10T07:09:27.494Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:27.531Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:27.532Z||pool-105-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:28.394Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:28.395Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:28.396Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:28.396Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:28.496Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:28.497Z||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-10T07:09:28.497Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:28.509Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:28.509Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:29.397Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:29.397Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:29.399Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:29.399Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:29.499Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:29.499Z||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-10T07:09:29.499Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:29.513Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:29.513Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:30.399Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:30.400Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:30.401Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:30.402Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:30.502Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:30.502Z||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-10T07:09:30.502Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:30.517Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:30.518Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:31.402Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:31.403Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:31.404Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:31.404Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:31.504Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:31.504Z||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-10T07:09:31.505Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:31.516Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:31.517Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:32.404Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:32.405Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:32.406Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:32.406Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:32.506Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:32.507Z||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-10T07:09:32.507Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:32.520Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:32.521Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:09:33.407Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:33.407Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:33.409Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:33.409Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:09:33.509Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:33.509Z||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-10T07:09:33.510Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:33.521Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:33.521Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:09:34.410Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:09:34.410Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:34.411Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:34.412Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:09:34.512Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:34.512Z||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-10T07:09:34.512Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:34.524Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:34.524Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:35.412Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "serviceName": "Demo_pNF_yaSaFj0j8hTELx3A3J8g",
  "serviceVersion": "1.0",
  "serviceUUID": "552a9e32-7fc8-4c12-b52b-f3027c18596e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fe7604d1-4488-432a-b9f4-13cd85c87be6",
  "resources": [
    {
      "resourceInstanceName": "pNF 54b96133-fc59 0",
      "resourceCustomizationUUID": "c0105a4b-9731-4dfd-be77-03d71097bcd9",
      "resourceName": "pNF 54b96133-fc59",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "89c5084a-4df9-4eee-900a-9d3192b31275",
      "resourceInvariantUUID": "24f2d159-4488-4618-8f80-da2357edd25c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
      "artifactChecksum": "OTY4NzAxZDA3ZGQwNjNjOWY0ZWYzYjJmOTNlZTMwMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6a2a6a0-4be5-4996-a7ea-791781200235"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:09:35.413Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:09:35.413Z|f731bbe9-92fd-43e5-8d86-1b338c3de2fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 552a9e32-7fc8-4c12-b52b-f3027c18596e ASDC
2022-03-10T07:09:35.413Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e74b796f-9e1b-4109-b09b-90ec5b3f50da
ServiceName:Demo_pNF_yaSaFj0j8hTELx3A3J8g
ServiceVersion:1.0
ServiceUUID:552a9e32-7fc8-4c12-b52b-f3027c18596e
ServiceInvariantUUID:fe7604d1-4488-432a-b9f4-13cd85c87be6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
ArtifactUUID:c6a2a6a0-4be5-4996-a7ea-791781200235
ArtifactChecksum:OTY4NzAxZDA3ZGQwNjNjOWY0ZWYzYjJmOTNlZTMwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 54b96133-fc59 0
ResourceCustomizationUUID:c0105a4b-9731-4dfd-be77-03d71097bcd9
ResourceInvariantUUID:24f2d159-4488-4618-8f80-da2357edd25c
ResourceName:pNF 54b96133-fc59
ResourceType:PNF
ResourceUUID:89c5084a-4df9-4eee-900a-9d3192b31275
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T07:09:35.413Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 552a9e32-7fc8-4c12-b52b-f3027c18596e 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-10T07:09:35.438Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:09:35.439Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:09:35.439Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:09:35.439Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c6a2a6a0-4be5-4996-a7ea-791781200235 from URL: /sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:35.439Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:09:35.440Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:35.599Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:09:35.602Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar c6a2a6a0-4be5-4996-a7ea-791781200235 82654
2022-03-10T07:09:35.602Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar ASDC sendASDCNotification
2022-03-10T07:09:35.602Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:35.602Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:09:35.603Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:35.604Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:35.604Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896175602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:09:35.704Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:35.705Z||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-10T07:09:35.705Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:35.714Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:35.715Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:36.604Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:09:36.605Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:09:36.605Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c6a2a6a0-4be5-4996-a7ea-791781200235, URL: /sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar to file: /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:36.606Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:36.606Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:36.606Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:36.682Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16977157328524544890/Definitions/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml
2022-03-10T07:09:37.204Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 54b96133-fc59 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-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.205Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Node template pNF 54b96133-fc59 0 is matching search criteria
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 54b96133-fc59 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Node template pNF 54b96133-fc59 0 is matching search criteria
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 54b96133-fc59 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.206Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.207Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yaSaFj0j8hTELx3A3J8g
Description:catalog service description
Model UUID:552a9e32-7fc8-4c12-b52b-f3027c18596e
Model Version:NULL
Model InvariantUuid:fe7604d1-4488-432a-b9f4-13cd85c87be6
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-10T07:09:37.216Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 89c5084a-4df9-4eee-900a-9d3192b31275
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-10T07:09:37.218Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||pNF 54b96133-fc59 0
2022-03-10T07:09:37.218Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 89c5084a-4df9-4eee-900a-9d3192b31275
2022-03-10T07:09:37.218Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 552a9e32-7fc8-4c12-b52b-f3027c18596e
2022-03-10T07:09:37.219Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 552a9e32-7fc8-4c12-b52b-f3027c18596e
2022-03-10T07:09:37.219Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 54b96133-fc59 0 89c5084a-4df9-4eee-900a-9d3192b31275 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-10T07:09:37.222Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c1e7b17, org.onap.sdc.toscaparser.api.parameters.Input@5608b049, org.onap.sdc.toscaparser.api.parameters.Input@2e935d10, org.onap.sdc.toscaparser.api.parameters.Input@4c7565b6, org.onap.sdc.toscaparser.api.parameters.Input@37c69ec]
2022-03-10T07:09:37.222Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.222Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.223Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 552a9e32-7fc8-4c12-b52b-f3027c18596e: pNF 54b96133-fc59
2022-03-10T07:09:37.223Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Processing PNF resource: 89c5084a-4df9-4eee-900a-9d3192b31275
2022-03-10T07:09:37.223Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:09:37.223Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yaSaFj0j8hTELx3A3J8g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:09:37.223Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||Resource customization UUID: c0105a4b-9731-4dfd-be77-03d71097bcd9 is the same as notified resource customizationUUID: c0105a4b-9731-4dfd-be77-03d71097bcd9
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-10T07:09:37.252Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 54b96133-fc59 89c5084a-4df9-4eee-900a-9d3192b31275 0 ASDC deployResourceStructure
2022-03-10T07:09:37.253Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar ASDC sendASDCNotification
2022-03-10T07:09:37.253Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar
2022-03-10T07:09:37.253Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:09:37.253Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:09:37.254Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:09:37.254Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896177253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:09:37.354Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:09:37.355Z||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-10T07:09:37.355Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:09:37.368Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:09:37.368Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:09:38.255Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e74b796f-9e1b-4109-b09b-90ec5b3f50da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:09:38.265Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e74b796f-9e1b-4109-b09b-90ec5b3f50da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:09:38.267Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||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-10T07:09:38.271Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:10:08.271Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e74b796f-9e1b-4109-b09b-90ec5b3f50da 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-10T07:10:08.276Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e74b796f-9e1b-4109-b09b-90ec5b3f50da and serviceModelVersionId: 552a9e32-7fc8-4c12-b52b-f3027c18596e
2022-03-10T07:10:08.276Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe7604d1-4488-432a-b9f4-13cd85c87be6
2022-03-10T07:10:08.276Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0
2022-03-10T07:10:08.280Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:10:08.311Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0|INFO|500||Invoke
2022-03-10T07:10:08.311Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e74b796f-9e1b-4109-b09b-90ec5b3f50da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46e17f1d-8ca0-47cd-91a6-8cb5c622066f], X-ECOMP-RequestID=[e74b796f-9e1b-4109-b09b-90ec5b3f50da], X-TransactionId=[], X-ONAP-RequestID=[e74b796f-9e1b-4109-b09b-90ec5b3f50da], Content-Type=[application/merge-patch+json]}
2022-03-10T07:10:08.328Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:10:08.412Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?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/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-07:10:08:334-20382], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:10:08 GMT], Content-Type=[application/json]}
2022-03-10T07:10:08.413Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?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/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e","ERR.5.4.6114"]}}}

2022-03-10T07:10:08.413Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:10:08.416Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (ec=ERR.5.4.6114)
2022-03-10T07:10:08.416Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (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-10T07:10:08.416Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (ec=ERR.5.4.6114)
2022-03-10T07:10:08.416Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (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-10T07:10:08.422Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:10:08.422Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e74b796f-9e1b-4109-b09b-90ec5b3f50da and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (ec=ERR.5.4.6114)
2022-03-10T07:10:08.422Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:10:08.422Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:08.423Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:08.423Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896208422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:10:08.524Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T07:10:08.526Z||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-10T07:10:08.526Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:08.543Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:08.543Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T07:10:09.435Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:10:09.435Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab","serviceName":"Demo_pNF_GimwzoGsu2dmRBlEWIM0","serviceVersion":"1.0","serviceUUID":"3841293d-80bf-44c9-8468-815ed461d596","serviceDescription":"catalog service description","serviceInvariantUUID":"526feadb-799e-4667-aa07-904d1fb3377d","resources":[{"resourceInstanceName":"pNF 3bc3e12a-4e05 0","resourceName":"pNF 3bc3e12a-4e05","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"99a9b82d-bccf-4386-85c6-493107334a82","resourceInvariantUUID":"c7677271-bec7-4fbc-b1cd-819cfdfbfb97","resourceCustomizationUUID":"9ddfb226-972d-4135-99d1-4bab06e3fe55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml","artifactChecksum":"MDQ3OGRhNTEzMmNmMTM0NDVjOWIyOTE2N2FlOTNjZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66a41bf6-dcd8-490e-a027-d4377a00933b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ff97c9a-c856-4aee-9773-470c0114e8e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4142791d-699f-40fc-afa4-b92d3d85b241","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml","artifactChecksum":"MzQ3NTZjOTBiN2I4YThmNzEzZmU4M2NiMzdmYmE3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33138d93-ad8a-4e7f-a3e3-84164838e3d8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce379069-e773-423b-af8a-4ee2a2d95c4b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17292d6e-9a23-47ce-923b-4be8e22bf348","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGimwzogsu2dmrblewim0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml","artifactChecksum":"ZDhlZTNmMWFlM2FjYjU1OGExYTBjMDA1YWY0ZTczYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b2692d4-0823-4bb7-b4f9-5ca40167cbc8","artifactVersion":"1"},{"artifactName":"service-DemoPnfGimwzogsu2dmrblewim0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar","artifactChecksum":"NzVlMTU4MjRmMTI4MzcxZjg3ZDhmYWQwYjU4NWZlYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c2065d0-c490-42ee-97fe-e6ab9cc3b5ed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:10:09.435Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:09.436Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:09.437Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:09.437Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:09.537Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:09.538Z||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-10T07:10:09.538Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:09.552Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:09.553Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:10.438Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:10.438Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:10.440Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:10.440Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:10.540Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:10.541Z||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-10T07:10:10.541Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:10.553Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:10.555Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:11.440Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:11.441Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:11.442Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:11.442Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:11.543Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T07:10:11.543Z||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-10T07:10:11.543Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:11.557Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:11.557Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:12.443Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:12.443Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:12.444Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:12.444Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:12.545Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T07:10:12.546Z||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-10T07:10:12.546Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:12.560Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:12.561Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:13.445Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:13.445Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:13.447Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:13.447Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:13.547Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:13.547Z||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-10T07:10:13.548Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:13.558Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:13.558Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:14.447Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:14.447Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:14.449Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:14.449Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:14.549Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:14.549Z||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-10T07:10:14.549Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:14.562Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:14.562Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:15.449Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:15.450Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:15.452Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:15.452Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:10:15.552Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:15.552Z||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-10T07:10:15.553Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:15.565Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:15.565Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:16.452Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:10:16.453Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:16.455Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:16.455Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:10:16.555Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:16.556Z||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-10T07:10:16.556Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:16.568Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:16.569Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:17.456Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "serviceName": "Demo_pNF_GimwzoGsu2dmRBlEWIM0",
  "serviceVersion": "1.0",
  "serviceUUID": "3841293d-80bf-44c9-8468-815ed461d596",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "526feadb-799e-4667-aa07-904d1fb3377d",
  "resources": [
    {
      "resourceInstanceName": "pNF 3bc3e12a-4e05 0",
      "resourceCustomizationUUID": "9ddfb226-972d-4135-99d1-4bab06e3fe55",
      "resourceName": "pNF 3bc3e12a-4e05",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "99a9b82d-bccf-4386-85c6-493107334a82",
      "resourceInvariantUUID": "c7677271-bec7-4fbc-b1cd-819cfdfbfb97",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
      "artifactChecksum": "NzVlMTU4MjRmMTI4MzcxZjg3ZDhmYWQwYjU4NWZlYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c2065d0-c490-42ee-97fe-e6ab9cc3b5ed"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:10:17.456Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:10:17.456Z|e74b796f-9e1b-4109-b09b-90ec5b3f50da|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3841293d-80bf-44c9-8468-815ed461d596 ASDC
2022-03-10T07:10:17.457Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
ServiceName:Demo_pNF_GimwzoGsu2dmRBlEWIM0
ServiceVersion:1.0
ServiceUUID:3841293d-80bf-44c9-8468-815ed461d596
ServiceInvariantUUID:526feadb-799e-4667-aa07-904d1fb3377d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
ArtifactUUID:7c2065d0-c490-42ee-97fe-e6ab9cc3b5ed
ArtifactChecksum:NzVlMTU4MjRmMTI4MzcxZjg3ZDhmYWQwYjU4NWZlYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3bc3e12a-4e05 0
ResourceCustomizationUUID:9ddfb226-972d-4135-99d1-4bab06e3fe55
ResourceInvariantUUID:c7677271-bec7-4fbc-b1cd-819cfdfbfb97
ResourceName:pNF 3bc3e12a-4e05
ResourceType:PNF
ResourceUUID:99a9b82d-bccf-4386-85c6-493107334a82
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T07:10:17.457Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3841293d-80bf-44c9-8468-815ed461d596 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-10T07:10:17.479Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:10:17.480Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:10:17.480Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:10:17.480Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c2065d0-c490-42ee-97fe-e6ab9cc3b5ed from URL: /sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:17.480Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T07:10:17.480Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:17.705Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T07:10:17.708Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar 7c2065d0-c490-42ee-97fe-e6ab9cc3b5ed 82625
2022-03-10T07:10:17.709Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar ASDC sendASDCNotification
2022-03-10T07:10:17.709Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:17.709Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:10:17.709Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:17.710Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:17.710Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896217709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:10:17.811Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:17.811Z||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-10T07:10:17.811Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:17.824Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:17.824Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:18.711Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:10:18.711Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T07:10:18.712Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7c2065d0-c490-42ee-97fe-e6ab9cc3b5ed, URL: /sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar to file: /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:18.712Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:18.712Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:18.712Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:18.785Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6555624251878390443/Definitions/service-DemoPnfGimwzogsu2dmrblewim0-template.yml
2022-03-10T07:10:19.297Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:10:19.297Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3bc3e12a-4e05 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-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Node template pNF 3bc3e12a-4e05 0 is matching search criteria
2022-03-10T07:10:19.298Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3bc3e12a-4e05 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Node template pNF 3bc3e12a-4e05 0 is matching search criteria
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3bc3e12a-4e05 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.299Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.300Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.300Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_GimwzoGsu2dmRBlEWIM0
Description:catalog service description
Model UUID:3841293d-80bf-44c9-8468-815ed461d596
Model Version:NULL
Model InvariantUuid:526feadb-799e-4667-aa07-904d1fb3377d
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-10T07:10:19.306Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 99a9b82d-bccf-4386-85c6-493107334a82
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-10T07:10:19.308Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||pNF 3bc3e12a-4e05 0
2022-03-10T07:10:19.308Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 99a9b82d-bccf-4386-85c6-493107334a82
2022-03-10T07:10:19.308Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3841293d-80bf-44c9-8468-815ed461d596
2022-03-10T07:10:19.308Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3841293d-80bf-44c9-8468-815ed461d596
2022-03-10T07:10:19.308Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3bc3e12a-4e05 0 99a9b82d-bccf-4386-85c6-493107334a82 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-10T07:10:19.311Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50dabcb6, org.onap.sdc.toscaparser.api.parameters.Input@2016c346, org.onap.sdc.toscaparser.api.parameters.Input@720e11da, org.onap.sdc.toscaparser.api.parameters.Input@768fcf3e, org.onap.sdc.toscaparser.api.parameters.Input@7335e255]
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3841293d-80bf-44c9-8468-815ed461d596: pNF 3bc3e12a-4e05
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Processing PNF resource: 99a9b82d-bccf-4386-85c6-493107334a82
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_GimwzoGsu2dmRBlEWIM0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:10:19.312Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Resource customization UUID: 9ddfb226-972d-4135-99d1-4bab06e3fe55 is the same as notified resource customizationUUID: 9ddfb226-972d-4135-99d1-4bab06e3fe55
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-10T07:10:19.335Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3bc3e12a-4e05 99a9b82d-bccf-4386-85c6-493107334a82 0 ASDC deployResourceStructure
2022-03-10T07:10:19.335Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar ASDC sendASDCNotification
2022-03-10T07:10:19.335Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar
2022-03-10T07:10:19.335Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:10:19.336Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:10:19.337Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:10:19.337Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896219335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:10:19.437Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:10:19.437Z||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-10T07:10:19.438Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:19.450Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:19.450Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:10:20.337Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:10:20.346Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:10:20.348Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:10:20.348Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:10:20.349Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:10:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:10:26.592Z||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-10T07:10:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:10:26.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:10:26.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:10:26.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896159091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:10:26.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:10:50.349Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:10:50.357Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:10:50.359Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:10:50.359Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:10:50.360Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:11:20.360Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:11:20.368Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:11:20.370Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:11:20.370Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:11:20.370Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:11:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:11:26.592Z||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-10T07:11:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:11:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:11:27.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896167894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896168897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "policy-id",
  "timestamp": 1646896169899,
  "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-10T07:11:27.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
2022-03-10T07:11:27.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab 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-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/resourceInstances/pnf54b96133fc590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896175602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896168600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896177253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYasafj0j8htelx3a3j8g/1.0/artifacts/service-DemoPnfYasafj0j8htelx3a3j8g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896177516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:11:27.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896179162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896180167,
  "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-10T07:11:27.145Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
2022-03-10T07:11:27.146Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab 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-10T07:11:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896174491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:11:27.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896183414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896186931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "aai-ml",
  "timestamp": 1646896187935,
  "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-10T07:11:27.160Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
2022-03-10T07:11:27.160Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab 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-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e74b796f-9e1b-4109-b09b-90ec5b3f50da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896208422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de74b796f-9e1b-4109-b09b-90ec5b3f50da Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fe7604d1-4488-432a-b9f4-13cd85c87be6/model-vers/model-ver/552a9e32-7fc8-4c12-b52b-f3027c18596e) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/resourceInstances/pnf3bc3e12a4e050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896166590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896217709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:11:27.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896219335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGimwzogsu2dmrblewim0/1.0/artifacts/service-DemoPnfGimwzogsu2dmrblewim0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:11:27.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:11:50.370Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:11:50.379Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:11:50.381Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||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-10T07:11:50.386Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:12:20.386Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab 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-10T07:12:20.392Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab and serviceModelVersionId: 3841293d-80bf-44c9-8468-815ed461d596
2022-03-10T07:12:20.392Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 526feadb-799e-4667-aa07-904d1fb3377d
2022-03-10T07:12:20.392Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0
2022-03-10T07:12:20.396Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:12:20.423Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0|INFO|500||Invoke
2022-03-10T07:12:20.424Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bbac6cc-5e4f-48c1-8111-2215916e104d], X-ECOMP-RequestID=[53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab], X-TransactionId=[], X-ONAP-RequestID=[53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab], Content-Type=[application/merge-patch+json]}
2022-03-10T07:12:20.438Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:12:20.465Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?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/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-07:12:20:445-31143], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:12:20 GMT], Content-Type=[application/json]}
2022-03-10T07:12:20.466Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?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/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596","ERR.5.4.6114"]}}}

2022-03-10T07:12:20.466Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:12:20.469Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (ec=ERR.5.4.6114)
2022-03-10T07:12:20.469Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (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-10T07:12:20.469Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (ec=ERR.5.4.6114)
2022-03-10T07:12:20.469Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (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-10T07:12:20.473Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:12:20.474Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (ec=ERR.5.4.6114)
2022-03-10T07:12:20.474Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:12:20.474Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:20.475Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:20.475Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896340474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:12:20.575Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:20.576Z||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-10T07:12:20.576Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:20.591Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:20.591Z||pool-126-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-10T07:12:21.485Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:12:21.486Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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-10T07:12:21.486Z|6f250389-4572-4446-ac49-8e1a9baa9fef|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:26.494Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:26.495Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.495Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"76a6785f-260a-46f6-a396-5d2cedc68061","serviceName":"vFW 2022-03-10 07-10-09","serviceVersion":"1.0","serviceUUID":"7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940","serviceDescription":"catalog service description","serviceInvariantUUID":"1348fd8c-3ff1-48fc-bb46-36131eea690d","resources":[{"resourceInstanceName":"vFW 8b69a34d-ca59 0","resourceName":"vFW 8b69a34d-ca59","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67dc47a9-9cdb-4277-b8a2-df711adde28a","resourceInvariantUUID":"6d61ae18-4fd4-48a9-8969-9eac6940caa1","resourceCustomizationUUID":"dbeb6d59-e087-4ce6-9863-1d1d19e4cd04","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml","artifactChecksum":"ODdhY2I1ZDYzYzUyOWMwMzVhOWE5MmE1MjllNjFjYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f4301c3-e4aa-4ff2-bcc6-8cc84e8a0211","artifactVersion":"1"},{"artifactName":"vfw8b69a34dca590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json","artifactChecksum":"NGQ5MzI3NDJkOTgyMDVlYWJjNWI0NmZiYTFjZWYwNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de1e948b-a7bf-4919-b62e-102ec3513987","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0292cb3f-d83f-4d4c-ad55-58e45fd4b073","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml","artifactChecksum":"MjlmOGNiYTNkNjI2MTNlMzhhZDdiYTkyMzA2NDc4MDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e99fa14c-235d-40ca-876c-d35dc4f6d28e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"adc85365-3e8b-4f88-9ffb-44babd6518de","artifactVersion":"2","generatedFromUUID":"0292cb3f-d83f-4d4c-ad55-58e45fd4b073"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310071009-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml","artifactChecksum":"NDZkMjY1YjE2ZGUzMzQ5Mjg3NGE1NGFjZjk5ZjY1ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cce24afd-152e-4df8-b907-e2d923543d9a","artifactVersion":"1"},{"artifactName":"service-Vfw20220310071009-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar","artifactChecksum":"NmNlZjRjZjZlMThlMWZmNWZjOGM2YTk5NzE2ZTc3NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64144e66-479e-412f-ab61-e670a039470e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:12:26.496Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:26.496Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:26.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:26.498Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:12:26.592Z||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-10T07:12:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:26.599Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T07:12:26.599Z||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-10T07:12:26.599Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:26.611Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:26.611Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:12:26.722Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:26.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896306096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896310014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896307685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896319092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896319097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "cds",
  "timestamp": 1646896320101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-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-10T07:12:26.745Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76a6785f-260a-46f6-a396-5d2cedc68061
2022-03-10T07:12:26.745Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a6785f-260a-46f6-a396-5d2cedc68061 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-10T07:12:26.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896320378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896321677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896322702,
  "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-10T07:12:26.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76a6785f-260a-46f6-a396-5d2cedc68061
2022-03-10T07:12:26.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a6785f-260a-46f6-a396-5d2cedc68061 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-10T07:12:26.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896323706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896318600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896319091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896326491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896326919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896327921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "policy-id",
  "timestamp": 1646896328923,
  "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-10T07:12:26.776Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76a6785f-260a-46f6-a396-5d2cedc68061
2022-03-10T07:12:26.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a6785f-260a-46f6-a396-5d2cedc68061 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-10T07:12:26.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896329072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896330075,
  "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-10T07:12:26.786Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76a6785f-260a-46f6-a396-5d2cedc68061
2022-03-10T07:12:26.786Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a6785f-260a-46f6-a396-5d2cedc68061 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-10T07:12:26.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:26.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896324491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896332323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896339338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "aai-ml",
  "timestamp": 1646896340341,
  "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-10T07:12:26.796Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 76a6785f-260a-46f6-a396-5d2cedc68061
2022-03-10T07:12:26.797Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a6785f-260a-46f6-a396-5d2cedc68061 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-10T07:12:26.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T07:12:26.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896340474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/526feadb-799e-4667-aa07-904d1fb3377d/model-vers/model-ver/3841293d-80bf-44c9-8468-815ed461d596) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:12:26.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:12:27.499Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:27.500Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:27.501Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:27.501Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:12:27.601Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:27.602Z||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-10T07:12:27.602Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:27.615Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:27.615Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:28.501Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:28.502Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:28.503Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:28.503Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:12:28.604Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:28.604Z||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-10T07:12:28.604Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:28.616Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:28.617Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:29.504Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:29.504Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:29.506Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:29.506Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:29.606Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:29.607Z||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-10T07:12:29.607Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:29.622Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:29.623Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:30.506Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:30.507Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:30.509Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:30.509Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:12:30.609Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:30.610Z||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-10T07:12:30.610Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:30.623Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:30.623Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:12:31.509Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:31.510Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:31.511Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:31.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:12:31.612Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:31.612Z||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-10T07:12:31.612Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:31.626Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:31.626Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:32.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:12:32.512Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:32.514Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:32.514Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:12:32.614Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:32.614Z||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-10T07:12:32.614Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:32.627Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:32.627Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:33.515Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "serviceName": "vFW 2022-03-10 07-10-09",
  "serviceVersion": "1.0",
  "serviceUUID": "7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1348fd8c-3ff1-48fc-bb46-36131eea690d",
  "resources": [
    {
      "resourceInstanceName": "vFW 8b69a34d-ca59 0",
      "resourceCustomizationUUID": "dbeb6d59-e087-4ce6-9863-1d1d19e4cd04",
      "resourceName": "vFW 8b69a34d-ca59",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67dc47a9-9cdb-4277-b8a2-df711adde28a",
      "resourceInvariantUUID": "6d61ae18-4fd4-48a9-8969-9eac6940caa1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8b69a34dca590_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
          "artifactChecksum": "NGQ5MzI3NDJkOTgyMDVlYWJjNWI0NmZiYTFjZWYwNDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de1e948b-a7bf-4919-b62e-102ec3513987",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0292cb3f-d83f-4d4c-ad55-58e45fd4b073",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "adc85365-3e8b-4f88-9ffb-44babd6518de",
            "generatedFromUUID": "0292cb3f-d83f-4d4c-ad55-58e45fd4b073"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "adc85365-3e8b-4f88-9ffb-44babd6518de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310071009-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
      "artifactChecksum": "NmNlZjRjZjZlMThlMWZmNWZjOGM2YTk5NzE2ZTc3NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64144e66-479e-412f-ab61-e670a039470e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:12:33.515Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:12:33.515Z|6f250389-4572-4446-ac49-8e1a9baa9fef|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 ASDC
2022-03-10T07:12:33.515Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:76a6785f-260a-46f6-a396-5d2cedc68061
ServiceName:vFW 2022-03-10 07-10-09
ServiceVersion:1.0
ServiceUUID:7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940
ServiceInvariantUUID:1348fd8c-3ff1-48fc-bb46-36131eea690d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310071009-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar
ArtifactUUID:64144e66-479e-412f-ab61-e670a039470e
ArtifactChecksum:NmNlZjRjZjZlMThlMWZmNWZjOGM2YTk5NzE2ZTc3NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8b69a34d-ca59 0
ResourceCustomizationUUID:dbeb6d59-e087-4ce6-9863-1d1d19e4cd04
ResourceInvariantUUID:6d61ae18-4fd4-48a9-8969-9eac6940caa1
ResourceName:vFW 8b69a34d-ca59
ResourceType:VF
ResourceUUID:67dc47a9-9cdb-4277-b8a2-df711adde28a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8b69a34dca590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json
ArtifactUUID:de1e948b-a7bf-4919-b62e-102ec3513987
ArtifactChecksum:NGQ5MzI3NDJkOTgyMDVlYWJjNWI0NmZiYTFjZWYwNDg=
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/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml
ArtifactUUID:0292cb3f-d83f-4d4c-ad55-58e45fd4b073
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/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env
ArtifactUUID:adc85365-3e8b-4f88-9ffb-44babd6518de
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/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env
ArtifactUUID:adc85365-3e8b-4f88-9ffb-44babd6518de
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T07:12:33.515Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 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-10T07:12:33.542Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:12:33.542Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T07:12:33.542Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T07:12:33.542Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 64144e66-479e-412f-ab61-e670a039470e from URL: /sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:33.543Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T07:12:33.543Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:33.877Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T07:12:33.880Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar 64144e66-479e-412f-ab61-e670a039470e 98997
2022-03-10T07:12:33.881Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar ASDC sendASDCNotification
2022-03-10T07:12:33.881Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:33.881Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:12:33.881Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:33.882Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:33.882Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896353881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:33.983Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:33.983Z||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-10T07:12:33.983Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:33.998Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:33.998Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:34.883Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:12:34.884Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T07:12:34.884Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 64144e66-479e-412f-ab61-e670a039470e, URL: /sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar to file: /app/ASDC/1/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:34.884Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310071009-csar.csar
2022-03-10T07:12:34.884Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:34.885Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:34.989Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4225035107253652809/Definitions/service-Vfw20220310071009-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-10T07:12:36.403Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:12:36.403Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T07:12:36.403Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b69a34d-ca59 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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-Vfw20220310071009-csar.csar
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.404Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.405Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:12:36.406Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:36.407Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.408Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=762489ff-645d-4b41-89da-f3d9eb3e202c
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.409Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48ef868c-a9c7-4d86-ac46-f9c44fe37bcb
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.410Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d98ca18-7c30-4d33-be39-e3e3dda99b37
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.411Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.412Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:36.412Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:36.412Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 07-10-09
Description:catalog service description
Model UUID:7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940
Model Version:NULL
Model InvariantUuid:1348fd8c-3ff1-48fc-bb46-36131eea690d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8b69a34d-ca59
Model UUID:6d84814c-211f-48c6-b874-98b2567e039f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d61ae18-4fd4-48a9-8969-9eac6940caa1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dbeb6d59-e087-4ce6-9863-1d1d19e4cd04
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be25c002-6c6f-4823-9546-56b8cb4656bc
ModelName:Vfw8b69a34dCa59..base_vfw..module-0
ModelUuid:7575a7ce-6255-4002-bd0a-743cd82bed63
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:762489ff-645d-4b41-89da-f3d9eb3e202c
ModelInvariantUuid:61c522d8-c976-48de-b236-4924a35bdd85
ModelName:vFW 8b69a34d-ca59-nodes.vfwCvfc
ModelUuid:81a3c433-fb7c-44fc-b273-81ae7a9a5a9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8f985d36-fe1b-489e-b1d8-1307ae4552b4
ModelInvariantUuid:d5ba6a19-5e21-449f-8fa0-9240ad2566ec
ModelName:Vfw8b69a34dCa59.compute.nodes.heat.vfw
ModelUuid:ad778521-c9d4-4e37-abfc-560310e16e85
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:48ef868c-a9c7-4d86-ac46-f9c44fe37bcb
ModelInvariantUuid:834fb758-cd7b-4c60-9439-333a6f099c3b
ModelName:vFW 8b69a34d-ca59-nodes.vsnCvfc
ModelUuid:e93d307e-2688-4b48-b509-b8b3ef4700fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1277987d-8d91-462e-bc7c-2ede887b8f9d
ModelInvariantUuid:c19b438a-dd8f-4d15-a004-a4e369f623fe
ModelName:Vfw8b69a34dCa59.compute.nodes.heat.vsn
ModelUuid:1e0bcfe0-82ea-42e0-ac87-09f5ecd6a880
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9d98ca18-7c30-4d33-be39-e3e3dda99b37
ModelInvariantUuid:22010a29-6e80-454c-a324-35cda0d371d9
ModelName:vFW 8b69a34d-ca59-nodes.vpgCvfc
ModelUuid:55d717cd-11c5-4164-8e8a-956f8503ef7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e98e7fe9-51f5-4d5f-bbdc-da2d68d690c5
ModelInvariantUuid:a20bda27-6c8b-40ca-b7b3-78842c4785b5
ModelName:Vfw8b69a34dCa59.compute.nodes.heat.vpg
ModelUuid:09a442aa-17d7-4943-89a3-2df2de72bb32
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-10T07:12:36.418Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 67dc47a9-9cdb-4277-b8a2-df711adde28a
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-10T07:12:36.420Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||vFW 8b69a34d-ca59 0
2022-03-10T07:12:36.421Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67dc47a9-9cdb-4277-b8a2-df711adde28a
2022-03-10T07:12:36.421Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: de1e948b-a7bf-4919-b62e-102ec3513987 from URL: /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json
2022-03-10T07:12:36.421Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T07:12:36.421Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json
2022-03-10T07:12:36.528Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T07:12:36.528Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json de1e948b-a7bf-4919-b62e-102ec3513987 785
2022-03-10T07:12:36.528Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json ASDC sendASDCNotification
2022-03-10T07:12:36.528Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json
2022-03-10T07:12:36.529Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:12:36.529Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:36.530Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:36.530Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896356528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:36.630Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:36.631Z||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-10T07:12:36.631Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:36.643Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:36.643Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:37.530Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b69a34dCa59..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be25c002-6c6f-4823-9546-56b8cb4656bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7575a7ce-6255-4002-bd0a-743cd82bed63",
    "vfModuleModelCustomizationUUID": "e47e6189-f7f6-43b3-bcd1-ca550eb4b30d",
    "isBase": true,
    "artifacts": [
      "0292cb3f-d83f-4d4c-ad55-58e45fd4b073",
      "adc85365-3e8b-4f88-9ffb-44babd6518de"
    ],
    "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-10T07:12:37.534Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b69a34dCa59..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7575a7ce-6255-4002-bd0a-743cd82bed63
VfModuleModelInvariantUUID:be25c002-6c6f-4823-9546-56b8cb4656bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0292cb3f-d83f-4d4c-ad55-58e45fd4b073
,
adc85365-3e8b-4f88-9ffb-44babd6518de

}
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-10T07:12:37.535Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b69a34dCa59..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be25c002-6c6f-4823-9546-56b8cb4656bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7575a7ce-6255-4002-bd0a-743cd82bed63",
    "vfModuleModelCustomizationUUID": "e47e6189-f7f6-43b3-bcd1-ca550eb4b30d",
    "isBase": true,
    "artifacts": [
      "0292cb3f-d83f-4d4c-ad55-58e45fd4b073",
      "adc85365-3e8b-4f88-9ffb-44babd6518de"
    ],
    "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-10T07:12:37.535Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b69a34dCa59..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7575a7ce-6255-4002-bd0a-743cd82bed63
VfModuleModelInvariantUUID:be25c002-6c6f-4823-9546-56b8cb4656bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0292cb3f-d83f-4d4c-ad55-58e45fd4b073
,
adc85365-3e8b-4f88-9ffb-44babd6518de

}
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-10T07:12:37.535Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0292cb3f-d83f-4d4c-ad55-58e45fd4b073 from URL: /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml
2022-03-10T07:12:37.536Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T07:12:37.536Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml
2022-03-10T07:12:37.715Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T07:12:37.716Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml 0292cb3f-d83f-4d4c-ad55-58e45fd4b073 20368
2022-03-10T07:12:37.716Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T07:12:37.716Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml
2022-03-10T07:12:37.717Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:12:37.717Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:37.719Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:37.719Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896357716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:37.819Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:37.819Z||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-10T07:12:37.820Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:37.831Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:37.831Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:38.719Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: adc85365-3e8b-4f88-9ffb-44babd6518de from URL: /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env
2022-03-10T07:12:38.720Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T07:12:38.720Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env
2022-03-10T07:12:38.905Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T07:12:38.905Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env adc85365-3e8b-4f88-9ffb-44babd6518de 2098
2022-03-10T07:12:38.905Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T07:12:38.905Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env
2022-03-10T07:12:38.905Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:12:38.905Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:38.906Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:38.907Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896358905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:12:39.007Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:39.007Z||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-10T07:12:39.007Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:39.019Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:39.019Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:39.907Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940
2022-03-10T07:12:39.907Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b69a34d-ca59 0 67dc47a9-9cdb-4277-b8a2-df711adde28a 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-10T07:12:39.921Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e6f2654, org.onap.sdc.toscaparser.api.parameters.Input@339018b8, org.onap.sdc.toscaparser.api.parameters.Input@3b8400a2, org.onap.sdc.toscaparser.api.parameters.Input@4208f1c2, org.onap.sdc.toscaparser.api.parameters.Input@15823251]
2022-03-10T07:12:39.922Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.922Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.922Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-10T07:12:39.922Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= dbeb6d59-e087-4ce6-9863-1d1d19e4cd04
2022-03-10T07:12:39.922Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dbeb6d59-e087-4ce6-9863-1d1d19e4cd04 matches Tosca VF Customization UUID: dbeb6d59-e087-4ce6-9863-1d1d19e4cd04
2022-03-10T07:12:39.922Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: dbeb6d59-e087-4ce6-9863-1d1d19e4cd04  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-10T07:12:39.924Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id dbeb6d59-e087-4ce6-9863-1d1d19e4cd04: {\"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-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38fd4863
2022-03-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e47e6189-f7f6-43b3-bcd1-ca550eb4b30d
2022-03-10T07:12:39.925Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e47e6189-f7f6-43b3-bcd1-ca550eb4b30d
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-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:39.927Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.928Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=762489ff-645d-4b41-89da-f3d9eb3e202c
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-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:39.930Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.931Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48ef868c-a9c7-4d86-ac46-f9c44fe37bcb
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-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is not matching search criteria
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.933Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T07:12:39.934Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d98ca18-7c30-4d33-be39-e3e3dda99b37
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-10T07:12:39.936Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.936Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:39.936Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:12:39.936Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.936Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Node template vFW 8b69a34d-ca59 0 is matching search criteria
2022-03-10T07:12:39.937Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8b69a34d-ca59 0] matching following query criteria: sdcType=VF, customizationUUID=dbeb6d59-e087-4ce6-9863-1d1d19e4cd04
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-10T07:12:39.938Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.938Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.938Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940: vFW 8b69a34d-ca59
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.939Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.940Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.940Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:12:39.940Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 07-10-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:12:39.940Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-10 07-10-09 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T07:12:40.065Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b69a34d-ca59 67dc47a9-9cdb-4277-b8a2-df711adde28a 1 ASDC deployResourceStructure
2022-03-10T07:12:40.065Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json ASDC sendASDCNotification
2022-03-10T07:12:40.066Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json
2022-03-10T07:12:40.066Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:12:40.066Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:40.067Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:40.067Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896360065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:40.167Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:40.168Z||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-10T07:12:40.168Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:40.180Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:40.180Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:41.067Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T07:12:41.068Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml
2022-03-10T07:12:41.068Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:12:41.068Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:41.070Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:41.070Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896361067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:41.170Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:41.171Z||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-10T07:12:41.171Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:41.184Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:41.184Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:42.071Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T07:12:42.071Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env
2022-03-10T07:12:42.071Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:12:42.071Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:42.072Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:42.072Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896362070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:42.172Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:42.173Z||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-10T07:12:42.173Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:42.184Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:42.185Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:43.073Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar ASDC sendASDCNotification
2022-03-10T07:12:43.073Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar
2022-03-10T07:12:43.073Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:12:43.073Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:12:43.075Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:12:43.075Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896363073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:12:43.175Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:12:43.175Z||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-10T07:12:43.176Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:12:43.188Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:12:43.188Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:12:44.076Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76a6785f-260a-46f6-a396-5d2cedc68061
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:12:44.084Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76a6785f-260a-46f6-a396-5d2cedc68061
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:12:44.086Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:12:44.086Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:12:44.086Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:12:44.086Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:12:44.086Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:12:44.086Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:12:44.090Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:13:14.090Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76a6785f-260a-46f6-a396-5d2cedc68061 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-10T07:13:14.094Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76a6785f-260a-46f6-a396-5d2cedc68061 and serviceModelVersionId: 7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940
2022-03-10T07:13:14.094Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1348fd8c-3ff1-48fc-bb46-36131eea690d
2022-03-10T07:13:14.095Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0
2022-03-10T07:13:14.098Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:13:14.120Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0|INFO|500||Invoke
2022-03-10T07:13:14.120Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76a6785f-260a-46f6-a396-5d2cedc68061], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08d41383-97ab-4d0f-a6d1-3923cc5ef84f], X-ECOMP-RequestID=[76a6785f-260a-46f6-a396-5d2cedc68061], X-TransactionId=[], X-ONAP-RequestID=[76a6785f-260a-46f6-a396-5d2cedc68061], Content-Type=[application/merge-patch+json]}
2022-03-10T07:13:14.135Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:13:14.159Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?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/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-07:13:14:142-99245], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:13:14 GMT], Content-Type=[application/json]}
2022-03-10T07:13:14.160Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?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/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940","ERR.5.4.6114"]}}}

2022-03-10T07:13:14.160Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:13:14.162Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (ec=ERR.5.4.6114)
2022-03-10T07:13:14.163Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (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-10T07:13:14.163Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (ec=ERR.5.4.6114)
2022-03-10T07:13:14.163Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (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-10T07:13:14.168Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:13:14.168Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76a6785f-260a-46f6-a396-5d2cedc68061 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (ec=ERR.5.4.6114)
2022-03-10T07:13:14.168Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:13:14.168Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:13:14.169Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:13:14.170Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896394168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:13:14.270Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:13:14.270Z||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-10T07:13:14.271Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:13:14.286Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:13:14.286Z||pool-142-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-10T07:13:15.182Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:13:15.183Z||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-10T07:13:15.183Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:13:24.723Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:13:24.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:13:24.724Z||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-10T07:13:24.724Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:13:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:13:26.592Z||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-10T07:13:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:13:26.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:13:26.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T07:13:26.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:13:26.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:13:34.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:13:34.259Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:13:34.259Z||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-10T07:13:34.259Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:13:43.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:14:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:14:26.590Z||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-10T07:14:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:14:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:14:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:14:26.592Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:14:27.117Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:14:27.117Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.117Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896341485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.118Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896353881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896356528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896357716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896358905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896360065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/vfw8b69a34dca590_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896361067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896362070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/resourceInstances/vfw8b69a34dca590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896363073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071009/1.0/artifacts/service-Vfw20220310071009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a6785f-260a-46f6-a396-5d2cedc68061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896394168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d76a6785f-260a-46f6-a396-5d2cedc68061 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1348fd8c-3ff1-48fc-bb46-36131eea690d/model-vers/model-ver/7fc01ef4-1d8e-4f41-8cd5-c02ebdab4940) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:14:27.119Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:14:36.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:15:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:15:26.590Z||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-10T07:15:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:15:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:15:26.591Z||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-10T07:15:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:15:36.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:15:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:16:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:16:26.590Z||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-10T07:16:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:16:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:16:26.591Z||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-10T07:16:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:16:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:16:36.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:26.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:17:26.590Z||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-10T07:17:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:17:26.591Z||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-10T07:17:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:33.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:33.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T07:17:33.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"12bc1c66-7cfd-4c59-ba12-05408fbf6127","serviceName":"Demo_pNF_QHbxbOyXWYnuUame5a5z","serviceVersion":"1.0","serviceUUID":"c81bab83-4381-4a03-8a68-1cebe0c9a7f2","serviceDescription":"catalog service description","serviceInvariantUUID":"f6b9b10b-1619-484e-a8e0-46017f8c90fe","resources":[{"resourceInstanceName":"pNF a114071f-9671 0","resourceName":"pNF a114071f-9671","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa846c23-dbaa-4832-932b-d4b62beb5e77","resourceInvariantUUID":"320267c6-a0db-49f3-a00b-d7b829178e64","resourceCustomizationUUID":"05f047cd-c5cc-4967-aab2-bd111ed29443","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml","artifactChecksum":"ZjcwMWQwMjgxOWQ4NzQ3ZDVkMTlmMTNiNGI1NjA2MDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d36beb6-d65a-4931-8e46-75370658f13d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99de2485-dd7f-4289-84fe-99d403770b80","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"433dc674-e267-4683-a571-b9e7fe269f00","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml","artifactChecksum":"MDc3N2I2YjkwOGYxOGY5YjcxY2Y1MTM3YWViNjQyOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6371826e-1a2d-4d68-8165-63beca6ebb0d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bc41ddb-c092-4bd9-bd0a-e841d12008d3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b89af287-b92b-413a-9e52-a8bd76360279","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQhbxboyxwynuuame5a5z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml","artifactChecksum":"YjVmOTM2YjI4OTA4OTQxOTU5ZTZmZmI3NTBjOWZiNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7949465f-465e-41b0-9600-fd859c37e9cb","artifactVersion":"1"},{"artifactName":"service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar","artifactChecksum":"OTU1MmQ5NDVkMGU1NjVmNTRlN2M2ZDQ2ZDYyNzE5YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4bdd127-65e7-4636-8a9a-c5687e8524ce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:17:33.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:33.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:33.835Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:33.835Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:33.935Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:33.935Z||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-10T07:17:33.936Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:33.947Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:33.947Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:34.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:34.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:17:34.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:34.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:17:34.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:34.837Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:34.838Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:34.838Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:34.938Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:34.939Z||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-10T07:17:34.939Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:34.950Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:34.950Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:35.839Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:35.839Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:35.840Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:35.841Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:35.941Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:35.942Z||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-10T07:17:35.942Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:35.953Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:35.953Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:36.841Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:36.842Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:36.843Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:36.843Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:36.943Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:36.944Z||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-10T07:17:36.944Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:36.954Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:36.954Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:37.844Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:37.844Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:37.845Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:37.845Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:37.946Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:37.946Z||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-10T07:17:37.946Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:37.954Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:37.955Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:17:38.846Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:38.847Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:38.848Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:38.848Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:38.948Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:38.949Z||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-10T07:17:38.949Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:38.959Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:38.959Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:39.849Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:39.849Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:39.851Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:39.851Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:17:39.951Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:39.952Z||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-10T07:17:39.952Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:39.962Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:39.962Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:40.851Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:17:40.852Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:40.854Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:40.854Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:17:40.954Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:40.954Z||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-10T07:17:40.954Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:40.965Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:40.965Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:41.855Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "serviceName": "Demo_pNF_QHbxbOyXWYnuUame5a5z",
  "serviceVersion": "1.0",
  "serviceUUID": "c81bab83-4381-4a03-8a68-1cebe0c9a7f2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f6b9b10b-1619-484e-a8e0-46017f8c90fe",
  "resources": [
    {
      "resourceInstanceName": "pNF a114071f-9671 0",
      "resourceCustomizationUUID": "05f047cd-c5cc-4967-aab2-bd111ed29443",
      "resourceName": "pNF a114071f-9671",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aa846c23-dbaa-4832-932b-d4b62beb5e77",
      "resourceInvariantUUID": "320267c6-a0db-49f3-a00b-d7b829178e64",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
      "artifactChecksum": "OTU1MmQ5NDVkMGU1NjVmNTRlN2M2ZDQ2ZDYyNzE5YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b4bdd127-65e7-4636-8a9a-c5687e8524ce"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:17:41.855Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:17:41.855Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c81bab83-4381-4a03-8a68-1cebe0c9a7f2 ASDC
2022-03-10T07:17:41.856Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:12bc1c66-7cfd-4c59-ba12-05408fbf6127
ServiceName:Demo_pNF_QHbxbOyXWYnuUame5a5z
ServiceVersion:1.0
ServiceUUID:c81bab83-4381-4a03-8a68-1cebe0c9a7f2
ServiceInvariantUUID:f6b9b10b-1619-484e-a8e0-46017f8c90fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
ArtifactUUID:b4bdd127-65e7-4636-8a9a-c5687e8524ce
ArtifactChecksum:OTU1MmQ5NDVkMGU1NjVmNTRlN2M2ZDQ2ZDYyNzE5YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a114071f-9671 0
ResourceCustomizationUUID:05f047cd-c5cc-4967-aab2-bd111ed29443
ResourceInvariantUUID:320267c6-a0db-49f3-a00b-d7b829178e64
ResourceName:pNF a114071f-9671
ResourceType:PNF
ResourceUUID:aa846c23-dbaa-4832-932b-d4b62beb5e77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T07:17:41.856Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c81bab83-4381-4a03-8a68-1cebe0c9a7f2 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-10T07:17:41.877Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:17:41.878Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:17:41.878Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:17:41.878Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b4bdd127-65e7-4636-8a9a-c5687e8524ce from URL: /sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:41.878Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:17:41.878Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:42.010Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:17:42.013Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar b4bdd127-65e7-4636-8a9a-c5687e8524ce 82641
2022-03-10T07:17:42.013Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar ASDC sendASDCNotification
2022-03-10T07:17:42.013Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:42.013Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:17:42.013Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:42.014Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:42.014Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896662013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:17:42.114Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:42.115Z||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-10T07:17:42.115Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:42.127Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:42.127Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:43.015Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:17:43.016Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:17:43.016Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b4bdd127-65e7-4636-8a9a-c5687e8524ce, URL: /sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar to file: /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.016Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.016Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.017Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.107Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9131194359876599246/Definitions/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a114071f-9671 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-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||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-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||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-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Node template pNF a114071f-9671 0 is matching search criteria
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a114071f-9671 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Node template pNF a114071f-9671 0 is matching search criteria
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a114071f-9671 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.620Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.620Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.620Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.620Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QHbxbOyXWYnuUame5a5z
Description:catalog service description
Model UUID:c81bab83-4381-4a03-8a68-1cebe0c9a7f2
Model Version:NULL
Model InvariantUuid:f6b9b10b-1619-484e-a8e0-46017f8c90fe
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-10T07:17:43.625Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa846c23-dbaa-4832-932b-d4b62beb5e77
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-10T07:17:43.627Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||pNF a114071f-9671 0
2022-03-10T07:17:43.627Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa846c23-dbaa-4832-932b-d4b62beb5e77
2022-03-10T07:17:43.627Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c81bab83-4381-4a03-8a68-1cebe0c9a7f2
2022-03-10T07:17:43.627Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c81bab83-4381-4a03-8a68-1cebe0c9a7f2
2022-03-10T07:17:43.627Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a114071f-9671 0 aa846c23-dbaa-4832-932b-d4b62beb5e77 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-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73587aab, org.onap.sdc.toscaparser.api.parameters.Input@634d2ef1, org.onap.sdc.toscaparser.api.parameters.Input@1816b38a, org.onap.sdc.toscaparser.api.parameters.Input@50ec017d, org.onap.sdc.toscaparser.api.parameters.Input@6051b4e9]
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c81bab83-4381-4a03-8a68-1cebe0c9a7f2: pNF a114071f-9671
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Processing PNF resource: aa846c23-dbaa-4832-932b-d4b62beb5e77
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QHbxbOyXWYnuUame5a5z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:17:43.631Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||Resource customization UUID: 05f047cd-c5cc-4967-aab2-bd111ed29443 is the same as notified resource customizationUUID: 05f047cd-c5cc-4967-aab2-bd111ed29443
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-10T07:17:43.657Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a114071f-9671 aa846c23-dbaa-4832-932b-d4b62beb5e77 0 ASDC deployResourceStructure
2022-03-10T07:17:43.657Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar ASDC sendASDCNotification
2022-03-10T07:17:43.657Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar
2022-03-10T07:17:43.657Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:17:43.657Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:17:43.658Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:17:43.659Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896663657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:17:43.759Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:17:43.759Z||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-10T07:17:43.759Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:17:43.772Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:17:43.772Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:17:44.659Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:17:44.667Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:17:44.668Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:17:44.669Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:17:44.669Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:18:14.669Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:18:14.676Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:18:14.677Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:18:14.678Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:18:14.678Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:18:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:18:26.592Z||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-10T07:18:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:18:26.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:18:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:18:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:18:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:18:44.678Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:18:44.685Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:18:44.687Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:18:44.687Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:18:44.687Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:19:14.687Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:19:14.694Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:19:14.695Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:19:14.696Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:19:14.696Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:19:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:19:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:19:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:19:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:19:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:19:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:19:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:19:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:19:26.616Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:19:26.616Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:19:26.616Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:19:26.616Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:19:26.616Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:19:44.696Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:19:44.703Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:19:44.705Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:19:44.705Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:19:44.705Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:20:14.705Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:20:14.715Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:20:14.716Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:20:14.716Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:20:14.716Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:20:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:20:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:20:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:20:27.119Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:20:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.121Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.122Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.123Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.124Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.125Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.126Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.127Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.128Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.129Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.130Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.131Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.132Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896651096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896647685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896650014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896646590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.133Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896648600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.134Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896662013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896662018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896662108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896662113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.135Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896654491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.136Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "cds",
  "timestamp": 1646896663022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-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-10T07:20:27.142Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12bc1c66-7cfd-4c59-ba12-05408fbf6127
2022-03-10T07:20:27.142Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12bc1c66-7cfd-4c59-ba12-05408fbf6127 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-10T07:20:27.150Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.150Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896663124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:20:27.150Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.150Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.150Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896663510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:20:27.150Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896663657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896663673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.151Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896664126,
  "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-10T07:20:27.155Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 12bc1c66-7cfd-4c59-ba12-05408fbf6127
2022-03-10T07:20:27.155Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12bc1c66-7cfd-4c59-ba12-05408fbf6127 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-10T07:20:27.161Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.161Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896664676,
  "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-10T07:20:27.164Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12bc1c66-7cfd-4c59-ba12-05408fbf6127
2022-03-10T07:20:27.164Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12bc1c66-7cfd-4c59-ba12-05408fbf6127 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-10T07:20:27.170Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.170Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/resourceInstances/pnfa114071f96710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.170Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896659091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896667430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:20:27.171Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.172Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.172Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896667902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:20:27.172Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.172Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.172Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "aai-ml",
  "timestamp": 1646896668434,
  "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-10T07:20:27.176Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 12bc1c66-7cfd-4c59-ba12-05408fbf6127
2022-03-10T07:20:27.176Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12bc1c66-7cfd-4c59-ba12-05408fbf6127 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-10T07:20:27.183Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.183Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896668905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQhbxboyxwynuuame5a5z/1.0/artifacts/service-DemoPnfQhbxboyxwynuuame5a5z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:20:27.184Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:20:27.184Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:20:27.184Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "policy-id",
  "timestamp": 1646896669908,
  "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-10T07:20:27.187Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12bc1c66-7cfd-4c59-ba12-05408fbf6127
2022-03-10T07:20:27.187Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12bc1c66-7cfd-4c59-ba12-05408fbf6127 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-10T07:20:44.716Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:20:44.726Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:20:44.728Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:20:44.728Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:20:44.729Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:20:44.729Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:20:44.729Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T07:20:44.729Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:20:44.729Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||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-10T07:20:44.734Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:21:14.734Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127 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-10T07:21:14.738Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12bc1c66-7cfd-4c59-ba12-05408fbf6127 and serviceModelVersionId: c81bab83-4381-4a03-8a68-1cebe0c9a7f2
2022-03-10T07:21:14.738Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6b9b10b-1619-484e-a8e0-46017f8c90fe
2022-03-10T07:21:14.739Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0
2022-03-10T07:21:14.743Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:21:14.769Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0|INFO|500||Invoke
2022-03-10T07:21:14.770Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12bc1c66-7cfd-4c59-ba12-05408fbf6127], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[151194d9-e6d0-4eb8-9b96-dcac980a4d46], X-ECOMP-RequestID=[12bc1c66-7cfd-4c59-ba12-05408fbf6127], X-TransactionId=[], X-ONAP-RequestID=[12bc1c66-7cfd-4c59-ba12-05408fbf6127], Content-Type=[application/merge-patch+json]}
2022-03-10T07:21:14.785Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:21:14.810Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?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/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-07:21:14:792-14430], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:21:14 GMT], Content-Type=[application/json]}
2022-03-10T07:21:14.811Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?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/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2","ERR.5.4.6114"]}}}

2022-03-10T07:21:14.811Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:21:14.814Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (ec=ERR.5.4.6114)
2022-03-10T07:21:14.814Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (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-10T07:21:14.814Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (ec=ERR.5.4.6114)
2022-03-10T07:21:14.814Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (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-10T07:21:14.818Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:21:14.819Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12bc1c66-7cfd-4c59-ba12-05408fbf6127 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (ec=ERR.5.4.6114)
2022-03-10T07:21:14.819Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:21:14.819Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:14.820Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:14.820Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896874819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:21:14.920Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:14.921Z||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-10T07:21:14.921Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:14.937Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:14.938Z||pool-153-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-10T07:21:15.831Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:21:15.831Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|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-10T07:21:15.831Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:25.601Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:25.602Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T07:21:25.602Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8463bb4d-4dfc-41f2-8f3d-d80877497fd2","serviceName":"vFW 2022-03-10 07-19-34","serviceVersion":"1.0","serviceUUID":"2439ee6a-65fc-46b3-bc7d-39fe92159ec9","serviceDescription":"catalog service description","serviceInvariantUUID":"2f450400-5525-4a2a-bd23-db661de9da64","resources":[{"resourceInstanceName":"vFW b1c4180a-348f 0","resourceName":"vFW b1c4180a-348f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ee9ef18-bc6d-41e8-9556-86bd59cda3c9","resourceInvariantUUID":"f9341668-abc1-432a-ae15-75c3927218a5","resourceCustomizationUUID":"037cf50b-0f8b-4bbb-98ae-725cda85f309","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E2MTJlNjE0MzM0Zjk3MTRmNjQwYjRjMWVlNmI5NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f6e6728-0b3c-4c62-8a9b-496227343e3c","artifactVersion":"1"},{"artifactName":"vfwb1c4180a348f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json","artifactChecksum":"YmFiOWFlYWRmZDc2ZTI2NjA4ODQ1MGMyMzQ1ZDhmMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"236ce261-8565-4754-898b-ae5fac944192","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c0d1406-cff5-4de1-97bd-e6cca0318c81","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml","artifactChecksum":"N2RlY2Q5YzFhNWUzOGFjYTBkZTZmNTYyM2FjNTk3MjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a309f15-665a-48bb-bd36-e32801fc2ded","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ca6ef41-f595-47fa-af00-94b1c3189e42","artifactVersion":"2","generatedFromUUID":"8c0d1406-cff5-4de1-97bd-e6cca0318c81"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310071934-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml","artifactChecksum":"MDM2ODgxOTkxMjA1YmQyZjg5ODYzMWZiMDA0MTNlM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7cc7cf4-e1b3-4a8c-8185-f561d61b5175","artifactVersion":"1"},{"artifactName":"service-Vfw20220310071934-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar","artifactChecksum":"ZmQwMDc1OWQzNDZkMDFjOWNjNDE4ZGRiZGRlNTc5NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddfd691-1819-41df-8d53-c53fcf611c74","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:21:25.603Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:25.603Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:25.605Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:25.605Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:21:25.705Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:25.706Z||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-10T07:21:25.706Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:25.719Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:25.719Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:21:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:21:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:26.605Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:26.606Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:26.607Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:26.607Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:21:26.707Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:26.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-10T07:21:26.708Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:26.719Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:26.719Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:26.727Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:26.727Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:21:26.727Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12bc1c66-7cfd-4c59-ba12-05408fbf6127",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896874819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d12bc1c66-7cfd-4c59-ba12-05408fbf6127 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f6b9b10b-1619-484e-a8e0-46017f8c90fe/model-vers/model-ver/c81bab83-4381-4a03-8a68-1cebe0c9a7f2) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:21:26.728Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:21:26.728Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:21:26.728Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:21:26.728Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:21:26.728Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:21:26.728Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:21:26.729Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:21:26.729Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:21:26.729Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:21:26.729Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:21:27.608Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:27.608Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:27.610Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:27.610Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:21:27.710Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:27.711Z||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-10T07:21:27.711Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:27.724Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:27.724Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:28.610Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:28.611Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:28.613Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:28.613Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:21:28.713Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:28.713Z||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-10T07:21:28.713Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:28.725Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:28.725Z||pool-157-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:29.613Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:29.614Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:29.615Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:29.616Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:21:29.716Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T07:21:29.717Z||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-10T07:21:29.717Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:29.732Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:29.732Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:30.616Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:30.617Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:30.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:30.618Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:21:30.718Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:30.719Z||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-10T07:21:30.719Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:30.745Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:30.745Z||pool-159-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:21:31.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:21:31.619Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:31.621Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:31.621Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:21:31.721Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:31.721Z||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-10T07:21:31.721Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:31.735Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:31.735Z||pool-160-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:32.622Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "serviceName": "vFW 2022-03-10 07-19-34",
  "serviceVersion": "1.0",
  "serviceUUID": "2439ee6a-65fc-46b3-bc7d-39fe92159ec9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2f450400-5525-4a2a-bd23-db661de9da64",
  "resources": [
    {
      "resourceInstanceName": "vFW b1c4180a-348f 0",
      "resourceCustomizationUUID": "037cf50b-0f8b-4bbb-98ae-725cda85f309",
      "resourceName": "vFW b1c4180a-348f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9ee9ef18-bc6d-41e8-9556-86bd59cda3c9",
      "resourceInvariantUUID": "f9341668-abc1-432a-ae15-75c3927218a5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb1c4180a348f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
          "artifactChecksum": "YmFiOWFlYWRmZDc2ZTI2NjA4ODQ1MGMyMzQ1ZDhmMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "236ce261-8565-4754-898b-ae5fac944192",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8c0d1406-cff5-4de1-97bd-e6cca0318c81",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1ca6ef41-f595-47fa-af00-94b1c3189e42",
            "generatedFromUUID": "8c0d1406-cff5-4de1-97bd-e6cca0318c81"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1ca6ef41-f595-47fa-af00-94b1c3189e42",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310071934-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
      "artifactChecksum": "ZmQwMDc1OWQzNDZkMDFjOWNjNDE4ZGRiZGRlNTc5NTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddfd691-1819-41df-8d53-c53fcf611c74"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:21:32.622Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:21:32.622Z|12bc1c66-7cfd-4c59-ba12-05408fbf6127|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2439ee6a-65fc-46b3-bc7d-39fe92159ec9 ASDC
2022-03-10T07:21:32.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8463bb4d-4dfc-41f2-8f3d-d80877497fd2
ServiceName:vFW 2022-03-10 07-19-34
ServiceVersion:1.0
ServiceUUID:2439ee6a-65fc-46b3-bc7d-39fe92159ec9
ServiceInvariantUUID:2f450400-5525-4a2a-bd23-db661de9da64
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310071934-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar
ArtifactUUID:cddfd691-1819-41df-8d53-c53fcf611c74
ArtifactChecksum:ZmQwMDc1OWQzNDZkMDFjOWNjNDE4ZGRiZGRlNTc5NTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b1c4180a-348f 0
ResourceCustomizationUUID:037cf50b-0f8b-4bbb-98ae-725cda85f309
ResourceInvariantUUID:f9341668-abc1-432a-ae15-75c3927218a5
ResourceName:vFW b1c4180a-348f
ResourceType:VF
ResourceUUID:9ee9ef18-bc6d-41e8-9556-86bd59cda3c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb1c4180a348f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json
ArtifactUUID:236ce261-8565-4754-898b-ae5fac944192
ArtifactChecksum:YmFiOWFlYWRmZDc2ZTI2NjA4ODQ1MGMyMzQ1ZDhmMjA=
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/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml
ArtifactUUID:8c0d1406-cff5-4de1-97bd-e6cca0318c81
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/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env
ArtifactUUID:1ca6ef41-f595-47fa-af00-94b1c3189e42
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/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env
ArtifactUUID:1ca6ef41-f595-47fa-af00-94b1c3189e42
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T07:21:32.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2439ee6a-65fc-46b3-bc7d-39fe92159ec9 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-10T07:21:32.649Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:21:32.649Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:21:32.649Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:21:32.649Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cddfd691-1819-41df-8d53-c53fcf611c74 from URL: /sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:32.650Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:21:32.650Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:32.791Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:21:32.794Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar cddfd691-1819-41df-8d53-c53fcf611c74 98921
2022-03-10T07:21:32.794Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar ASDC sendASDCNotification
2022-03-10T07:21:32.794Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:32.794Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:21:32.795Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:32.796Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:32.796Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896892794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:21:32.896Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:32.897Z||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-10T07:21:32.897Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:32.908Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:32.909Z||pool-161-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:33.796Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:21:33.797Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:21:33.797Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cddfd691-1819-41df-8d53-c53fcf611c74, URL: /sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar to file: /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:33.798Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310071934-csar.csar
2022-03-10T07:21:33.798Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:33.798Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:33.988Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9949049652109694071/Definitions/service-Vfw20220310071934-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-10T07:21:35.369Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:21:35.369Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:21:35.369Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.369Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1c4180a-348f 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-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.370Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:35.371Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T07:21:35.372Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.373Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9e0fe174-a9e0-4ca0-87b1-1c847da3c630
2022-03-10T07:21:35.374Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0165554-fee1-4f64-bca1-338b8cf50b0e
2022-03-10T07:21:35.375Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T07:21:35.376Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a3af5919-7d69-47ef-afb6-1fccca838043
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:35.377Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 07-19-34
Description:catalog service description
Model UUID:2439ee6a-65fc-46b3-bc7d-39fe92159ec9
Model Version:NULL
Model InvariantUuid:2f450400-5525-4a2a-bd23-db661de9da64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b1c4180a-348f
Model UUID:b1d2dc59-cc57-4fe9-b087-4ce20d1b6120
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9341668-abc1-432a-ae15-75c3927218a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:037cf50b-0f8b-4bbb-98ae-725cda85f309
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bd3739a3-8b3b-418b-bea2-229cfa49afad
ModelName:VfwB1c4180a348f..base_vfw..module-0
ModelUuid:c598cbe5-abd0-4502-9083-220d7bf4aecb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9e0fe174-a9e0-4ca0-87b1-1c847da3c630
ModelInvariantUuid:1003372a-d9a0-406a-a597-6d06873365f3
ModelName:vFW b1c4180a-348f-nodes.vfwCvfc
ModelUuid:307beb5d-461b-4e80-8095-bd00e7aee4e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6ff12c91-f898-414a-806f-eb2edc7a522b
ModelInvariantUuid:70c7d904-4bd0-40a5-bafc-83e26dc10a4c
ModelName:VfwB1c4180a348f.compute.nodes.heat.vfw
ModelUuid:32d0b30d-5752-4483-85c6-7060717339a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e0165554-fee1-4f64-bca1-338b8cf50b0e
ModelInvariantUuid:4470b247-dfe4-4b60-951e-4f54afb7441d
ModelName:vFW b1c4180a-348f-nodes.vsnCvfc
ModelUuid:255944f4-1b5a-43e4-ad54-b18898d71ccb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b8341018-941b-4be8-a84e-ab84534f398f
ModelInvariantUuid:7908a11e-21f6-48f8-9154-a141188e3481
ModelName:VfwB1c4180a348f.compute.nodes.heat.vsn
ModelUuid:5718bd92-ac36-4ba7-89c1-10234961de88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a3af5919-7d69-47ef-afb6-1fccca838043
ModelInvariantUuid:5d5fe854-f15f-4423-83c4-9c650268b4e4
ModelName:vFW b1c4180a-348f-nodes.vpgCvfc
ModelUuid:0242e8f1-e0c9-400b-8d46-b54167ee82bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ac69c87f-c567-4279-bdc7-98f988988e5a
ModelInvariantUuid:87c35c01-cc3c-424e-ac8a-edb2b0beba31
ModelName:VfwB1c4180a348f.compute.nodes.heat.vpg
ModelUuid:9f3e85d5-b1fc-471c-94f5-029ce2860a4d
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-10T07:21:35.381Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ee9ef18-bc6d-41e8-9556-86bd59cda3c9
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-10T07:21:35.383Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||vFW b1c4180a-348f 0
2022-03-10T07:21:35.383Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ee9ef18-bc6d-41e8-9556-86bd59cda3c9
2022-03-10T07:21:35.383Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 236ce261-8565-4754-898b-ae5fac944192 from URL: /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json
2022-03-10T07:21:35.383Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:21:35.383Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json
2022-03-10T07:21:35.590Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:21:35.590Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json 236ce261-8565-4754-898b-ae5fac944192 785
2022-03-10T07:21:35.590Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json ASDC sendASDCNotification
2022-03-10T07:21:35.590Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json
2022-03-10T07:21:35.590Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:21:35.590Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:35.592Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:35.592Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896895590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:21:35.692Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:35.693Z||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-10T07:21:35.693Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:35.706Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:35.706Z||pool-162-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:36.592Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB1c4180a348f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bd3739a3-8b3b-418b-bea2-229cfa49afad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c598cbe5-abd0-4502-9083-220d7bf4aecb",
    "vfModuleModelCustomizationUUID": "9aa756aa-bea4-4ea7-a51f-e90d39cfe013",
    "isBase": true,
    "artifacts": [
      "8c0d1406-cff5-4de1-97bd-e6cca0318c81",
      "1ca6ef41-f595-47fa-af00-94b1c3189e42"
    ],
    "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-10T07:21:36.595Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1c4180a348f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c598cbe5-abd0-4502-9083-220d7bf4aecb
VfModuleModelInvariantUUID:bd3739a3-8b3b-418b-bea2-229cfa49afad
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c0d1406-cff5-4de1-97bd-e6cca0318c81
,
1ca6ef41-f595-47fa-af00-94b1c3189e42

}
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-10T07:21:36.596Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB1c4180a348f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bd3739a3-8b3b-418b-bea2-229cfa49afad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c598cbe5-abd0-4502-9083-220d7bf4aecb",
    "vfModuleModelCustomizationUUID": "9aa756aa-bea4-4ea7-a51f-e90d39cfe013",
    "isBase": true,
    "artifacts": [
      "8c0d1406-cff5-4de1-97bd-e6cca0318c81",
      "1ca6ef41-f595-47fa-af00-94b1c3189e42"
    ],
    "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-10T07:21:36.596Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1c4180a348f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c598cbe5-abd0-4502-9083-220d7bf4aecb
VfModuleModelInvariantUUID:bd3739a3-8b3b-418b-bea2-229cfa49afad
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c0d1406-cff5-4de1-97bd-e6cca0318c81
,
1ca6ef41-f595-47fa-af00-94b1c3189e42

}
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-10T07:21:36.596Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c0d1406-cff5-4de1-97bd-e6cca0318c81 from URL: /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml
2022-03-10T07:21:36.596Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:21:36.596Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml
2022-03-10T07:21:37.206Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:21:37.206Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml 8c0d1406-cff5-4de1-97bd-e6cca0318c81 20368
2022-03-10T07:21:37.207Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T07:21:37.207Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml
2022-03-10T07:21:37.207Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:21:37.207Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:37.208Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:37.208Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896897207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:21:37.309Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:37.309Z||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-10T07:21:37.309Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:37.320Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:37.320Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:38.209Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1ca6ef41-f595-47fa-af00-94b1c3189e42 from URL: /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env
2022-03-10T07:21:38.209Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:21:38.209Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env
2022-03-10T07:21:38.589Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:21:38.589Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env 1ca6ef41-f595-47fa-af00-94b1c3189e42 2098
2022-03-10T07:21:38.589Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T07:21:38.589Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env
2022-03-10T07:21:38.589Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:21:38.589Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:38.591Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:38.591Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896898589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:21:38.691Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:38.692Z||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-10T07:21:38.692Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:38.703Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:38.703Z||pool-164-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:39.592Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2439ee6a-65fc-46b3-bc7d-39fe92159ec9
2022-03-10T07:21:39.592Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1c4180a-348f 0 9ee9ef18-bc6d-41e8-9556-86bd59cda3c9 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-10T07:21:39.606Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8a4b51, org.onap.sdc.toscaparser.api.parameters.Input@aba9f18, org.onap.sdc.toscaparser.api.parameters.Input@38a8e1fc, org.onap.sdc.toscaparser.api.parameters.Input@470f081, org.onap.sdc.toscaparser.api.parameters.Input@5672f39d]
2022-03-10T07:21:39.607Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.607Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.608Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T07:21:39.608Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 037cf50b-0f8b-4bbb-98ae-725cda85f309
2022-03-10T07:21:39.608Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 037cf50b-0f8b-4bbb-98ae-725cda85f309 matches Tosca VF Customization UUID: 037cf50b-0f8b-4bbb-98ae-725cda85f309
2022-03-10T07:21:39.608Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 037cf50b-0f8b-4bbb-98ae-725cda85f309  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-10T07:21:39.610Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.610Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.611Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 037cf50b-0f8b-4bbb-98ae-725cda85f309: {\"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-10T07:21:39.611Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7441416b
2022-03-10T07:21:39.611Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.611Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:21:39.611Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9aa756aa-bea4-4ea7-a51f-e90d39cfe013
2022-03-10T07:21:39.611Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9aa756aa-bea4-4ea7-a51f-e90d39cfe013
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-10T07:21:39.613Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.613Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:39.613Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:39.614Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.614Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:39.614Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:39.614Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.614Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:39.614Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:21:39.615Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:39.616Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:21:39.616Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.616Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9e0fe174-a9e0-4ca0-87b1-1c847da3c630
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-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:39.618Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T07:21:39.619Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T07:21:39.620Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:39.620Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T07:21:39.620Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.620Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0165554-fee1-4f64-bca1-338b8cf50b0e
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-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is not matching search criteria
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:39.622Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T07:21:39.623Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a3af5919-7d69-47ef-afb6-1fccca838043
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-10T07:21:39.624Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.625Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:39.625Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:21:39.625Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.625Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Node template vFW b1c4180a-348f 0 is matching search criteria
2022-03-10T07:21:39.625Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b1c4180a-348f 0] matching following query criteria: sdcType=VF, customizationUUID=037cf50b-0f8b-4bbb-98ae-725cda85f309
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-10T07:21:39.626Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.626Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2439ee6a-65fc-46b3-bc7d-39fe92159ec9: vFW b1c4180a-348f
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:21:39.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-10 07-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:21:39.628Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-10 07-19-34 
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-10T07:21:39.754Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1c4180a-348f 9ee9ef18-bc6d-41e8-9556-86bd59cda3c9 1 ASDC deployResourceStructure
2022-03-10T07:21:39.755Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json ASDC sendASDCNotification
2022-03-10T07:21:39.755Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json
2022-03-10T07:21:39.755Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:21:39.755Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:39.756Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:39.756Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896899754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:21:39.856Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:39.857Z||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-10T07:21:39.857Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:39.869Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:39.869Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:21:40.756Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T07:21:40.757Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml
2022-03-10T07:21:40.757Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:21:40.757Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:40.758Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:40.759Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896900756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:21:40.859Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:40.859Z||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-10T07:21:40.859Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:40.873Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:40.873Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:41.759Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T07:21:41.760Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env
2022-03-10T07:21:41.760Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:21:41.760Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:41.761Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:41.761Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896901759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:21:41.861Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:41.862Z||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-10T07:21:41.862Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:41.874Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:41.874Z||pool-167-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:42.762Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar ASDC sendASDCNotification
2022-03-10T07:21:42.762Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar
2022-03-10T07:21:42.762Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:21:42.762Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:21:42.763Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:21:42.763Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896902761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:21:42.864Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:21:42.864Z||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-10T07:21:42.864Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:21:42.876Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:21:42.877Z||pool-168-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:21:43.764Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:21:43.773Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:21:43.775Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:21:43.775Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:21:43.775Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:22:13.775Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:22:13.784Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:22:13.786Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:22:13.786Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:22:13.786Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:22:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:22:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:22:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:22:26.613Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:22:26.614Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:22:26.614Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:22:26.614Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:22:43.786Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:22:43.796Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:22:43.797Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:22:43.797Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:22:43.797Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:23:13.797Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:23:13.806Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:23:13.807Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:23:13.807Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:23:13.808Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:23:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:23:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:23:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:23:26.614Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:23:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:23:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:23:26.615Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:23:43.808Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:23:43.816Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:23:43.818Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:23:43.818Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:23:43.818Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:24:13.818Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:24:13.827Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:24:13.828Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:24:13.828Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:24:13.828Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:24:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:24:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:24:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:24:26.622Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:24:26.623Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.623Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.623Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.623Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.623Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.623Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.624Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.625Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.626Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896875831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896876096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.627Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896879091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896892788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.628Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896892794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896892785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.629Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "cds",
  "timestamp": 1646896893794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-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-10T07:24:26.635Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
2022-03-10T07:24:26.635Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 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-10T07:24:26.643Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.643Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896893787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.643Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896887685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.644Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "policy-id",
  "timestamp": 1646896894789,
  "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-10T07:24:26.647Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
2022-03-10T07:24:26.647Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 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-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896888600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.656Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896895482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896895590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896896722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.657Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896896879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896897207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896898176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896898589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.658Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.659Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.659Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.659Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.659Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.659Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896899200,
  "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-10T07:24:26.663Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
2022-03-10T07:24:26.663Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 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-10T07:24:26.668Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.668Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896899442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.668Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.668Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896899754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896900204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/vfwb1c4180a348f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.669Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896900446,
  "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-10T07:24:26.673Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
2022-03-10T07:24:26.673Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 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-10T07:24:26.681Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.681Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896900756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.681Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896894491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896901759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/resourceInstances/vfwb1c4180a348f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896902427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646896902761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896909414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310071934/1.0/artifacts/service-Vfw20220310071934-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:24:26.682Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T07:24:26.683Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "aai-ml",
  "timestamp": 1646896910421,
  "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-10T07:24:26.686Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
2022-03-10T07:24:26.686Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 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-10T07:24:43.828Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:24:43.837Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:24:43.839Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:24:43.839Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:24:43.839Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:24:43.839Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:24:43.839Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:24:43.839Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||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-10T07:24:43.844Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:25:13.844Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 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-10T07:25:13.848Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 and serviceModelVersionId: 2439ee6a-65fc-46b3-bc7d-39fe92159ec9
2022-03-10T07:25:13.848Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f450400-5525-4a2a-bd23-db661de9da64
2022-03-10T07:25:13.849Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0
2022-03-10T07:25:13.852Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:25:13.873Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0|INFO|500||Invoke
2022-03-10T07:25:13.874Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8463bb4d-4dfc-41f2-8f3d-d80877497fd2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f972fa4-5586-4c71-beae-8a456e329cfe], X-ECOMP-RequestID=[8463bb4d-4dfc-41f2-8f3d-d80877497fd2], X-TransactionId=[], X-ONAP-RequestID=[8463bb4d-4dfc-41f2-8f3d-d80877497fd2], Content-Type=[application/merge-patch+json]}
2022-03-10T07:25:13.889Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:25:13.922Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?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/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-07:25:13:896-86194], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:25:13 GMT], Content-Type=[application/json]}
2022-03-10T07:25:13.923Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?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/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9","ERR.5.4.6114"]}}}

2022-03-10T07:25:13.923Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:25:13.926Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (ec=ERR.5.4.6114)
2022-03-10T07:25:13.927Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (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-10T07:25:13.927Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (ec=ERR.5.4.6114)
2022-03-10T07:25:13.927Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (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-10T07:25:13.933Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:25:13.933Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8463bb4d-4dfc-41f2-8f3d-d80877497fd2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (ec=ERR.5.4.6114)
2022-03-10T07:25:13.933Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:25:13.933Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:13.935Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:13.935Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897113933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:25:14.035Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:14.035Z||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-10T07:25:14.036Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:14.051Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:14.051Z||pool-169-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-10T07:25:14.948Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:25:14.949Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|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-10T07:25:14.949Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:19.626Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:19.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T07:25:19.627Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"070ba9d4-85c4-4b74-bf2f-c1960f885b2d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"caf73a2f-c441-43c2-aaf1-16c6e73fcdb6","serviceDescription":"service","serviceInvariantUUID":"56ff1953-105e-41e2-8303-9128d5f1c25d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4753313b-16ea-4db3-ac12-5110acaacb69","resourceInvariantUUID":"4405c319-d6aa-4e54-9a0f-4e5ec477a299","resourceCustomizationUUID":"b01de103-a953-406a-8959-d42a2d72d034","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":"83b3df48-e786-4ee9-a883-347fd07442db","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":"ZThmMDFiZWE1MGY2YTM2YmFjMzAwOWI5YjU4MWYwZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b086964a-0f54-45e7-919c-f1669a3772d5","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":"NjBmM2M2NmQzZGFhYjlkOGU3NmFhOGQ0ODdmZDhhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3471689-ae1c-4813-8b90-fa30725b601b","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":"db422c03-89ba-4c71-a92e-468b9bc167b6","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":"8ab0b9dd-4bc8-4cf8-9a3c-376f1a956f89","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":"ae89cddc-46e5-47ab-ab35-cfbee62e2aa3","artifactVersion":"2","generatedFromUUID":"db422c03-89ba-4c71-a92e-468b9bc167b6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2Y0MjUyMjgyNGNlZTg3NmIwYjFlZGM1NzM1ZjFlZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58ed7eb6-60a4-4b6f-ae3a-b46f6cc60cda","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDZjMDZjMmMyNWY5Y2JkZDVkZjllY2IzMzgyNWEzMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3059394b-3601-47ac-b25f-2b0364b1f191","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:25:19.628Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:19.628Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:19.630Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:19.630Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:19.730Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:19.731Z||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-10T07:25:19.731Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:19.743Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:19.744Z||pool-170-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:20.631Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:20.631Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:20.633Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:20.633Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:20.733Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:20.734Z||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-10T07:25:20.734Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:20.748Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:20.748Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:21.634Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:21.635Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:21.637Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:21.637Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:25:21.738Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:21.738Z||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-10T07:25:21.738Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:21.749Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:21.750Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:22.638Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:22.638Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:22.640Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:22.640Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:25:22.740Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:22.740Z||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-10T07:25:22.741Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:22.754Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:22.754Z||pool-173-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:23.641Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:23.641Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:23.644Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:23.644Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:23.744Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:23.744Z||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-10T07:25:23.745Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:23.759Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:23.760Z||pool-174-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:25:24.644Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:24.645Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:24.647Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:24.647Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T07:25:24.747Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:24.748Z||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-10T07:25:24.748Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:24.762Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:24.762Z||pool-175-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:25.647Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:25.648Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:25.649Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:25.649Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:25.750Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:25.750Z||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-10T07:25:25.750Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:25.763Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:25.763Z||pool-176-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:25:26.592Z||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-10T07:25:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:26.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896950014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896951096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896947685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896954491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896948600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896964921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896964999,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896965010,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896965018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "cds",
  "timestamp": 1646896966014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T07:25:26.637Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
2022-03-10T07:25:26.637Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070ba9d4-85c4-4b74-bf2f-c1960f885b2d 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-10T07:25:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896966399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896959091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896966866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896967605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646896967869,
  "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-10T07:25:26.648Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
2022-03-10T07:25:26.648Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070ba9d4-85c4-4b74-bf2f-c1960f885b2d 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-10T07:25:26.650Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:25:26.650Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:26.652Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:26.652Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896967913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896968627,
  "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-10T07:25:26.659Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
2022-03-10T07:25:26.659Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070ba9d4-85c4-4b74-bf2f-c1960f885b2d 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-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896968917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896969631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896969716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "policy-id",
  "timestamp": 1646896969920,
  "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-10T07:25:26.669Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
2022-03-10T07:25:26.670Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070ba9d4-85c4-4b74-bf2f-c1960f885b2d 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-10T07:25:26.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "aai-ml",
  "timestamp": 1646896970719,
  "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-10T07:25:26.679Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
2022-03-10T07:25:26.679Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070ba9d4-85c4-4b74-bf2f-c1960f885b2d 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-10T07:25:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896987685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896984491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896981096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896979091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896997420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896997424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896997506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646896997509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646896990014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:25:26.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896998426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896998523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "cds",
  "timestamp": 1646896999393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T07:25:26.703Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19e9110b-915d-4059-be23-919da3fee265
2022-03-10T07:25:26.703Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9110b-915d-4059-be23-919da3fee265 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-10T07:25:26.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "policy-id",
  "timestamp": 1646896999428,
  "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-10T07:25:26.714Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19e9110b-915d-4059-be23-919da3fee265
2022-03-10T07:25:26.714Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9110b-915d-4059-be23-919da3fee265 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-10T07:25:26.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646896999812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:26.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897000835,
  "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-10T07:25:26.724Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19e9110b-915d-4059-be23-919da3fee265
2022-03-10T07:25:26.724Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9110b-915d-4059-be23-919da3fee265 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-10T07:25:26.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897001840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646897001909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:25:26.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "aai-ml",
  "timestamp": 1646897002912,
  "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-10T07:25:26.732Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 19e9110b-915d-4059-be23-919da3fee265
2022-03-10T07:25:26.732Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9110b-915d-4059-be23-919da3fee265 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-10T07:25:26.752Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:26.752Z||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-10T07:25:26.753Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:26.764Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:26.765Z||pool-177-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:27.653Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "caf73a2f-c441-43c2-aaf1-16c6e73fcdb6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56ff1953-105e-41e2-8303-9128d5f1c25d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "b01de103-a953-406a-8959-d42a2d72d034",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4753313b-16ea-4db3-ac12-5110acaacb69",
      "resourceInvariantUUID": "4405c319-d6aa-4e54-9a0f-4e5ec477a299",
      "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": "NjBmM2M2NmQzZGFhYjlkOGU3NmFhOGQ0ODdmZDhhZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3471689-ae1c-4813-8b90-fa30725b601b",
          "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": "db422c03-89ba-4c71-a92e-468b9bc167b6",
          "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": "ae89cddc-46e5-47ab-ab35-cfbee62e2aa3",
            "generatedFromUUID": "db422c03-89ba-4c71-a92e-468b9bc167b6"
          },
          "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": "ae89cddc-46e5-47ab-ab35-cfbee62e2aa3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZDZjMDZjMmMyNWY5Y2JkZDVkZjllY2IzMzgyNWEzMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3059394b-3601-47ac-b25f-2b0364b1f191"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:25:27.654Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:25:27.654Z|8463bb4d-4dfc-41f2-8f3d-d80877497fd2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 ASDC
2022-03-10T07:25:27.654Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:070ba9d4-85c4-4b74-bf2f-c1960f885b2d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:caf73a2f-c441-43c2-aaf1-16c6e73fcdb6
ServiceInvariantUUID:56ff1953-105e-41e2-8303-9128d5f1c25d
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:3059394b-3601-47ac-b25f-2b0364b1f191
ArtifactChecksum:ZDZjMDZjMmMyNWY5Y2JkZDVkZjllY2IzMzgyNWEzMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:b01de103-a953-406a-8959-d42a2d72d034
ResourceInvariantUUID:4405c319-d6aa-4e54-9a0f-4e5ec477a299
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:4753313b-16ea-4db3-ac12-5110acaacb69
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:a3471689-ae1c-4813-8b90-fa30725b601b
ArtifactChecksum:NjBmM2M2NmQzZGFhYjlkOGU3NmFhOGQ0ODdmZDhhZTU=
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:db422c03-89ba-4c71-a92e-468b9bc167b6
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:ae89cddc-46e5-47ab-ab35-cfbee62e2aa3
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:ae89cddc-46e5-47ab-ab35-cfbee62e2aa3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T07:25:27.654Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 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-10T07:25:27.682Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:25:27.682Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:25:27.682Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:25:27.682Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3059394b-3601-47ac-b25f-2b0364b1f191 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-10T07:25:27.682Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:25:27.683Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-10T07:25:27.980Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:25:27.982Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 3059394b-3601-47ac-b25f-2b0364b1f191 73672
2022-03-10T07:25:27.982Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:27.982Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:27.983Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:25:27.983Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:27.984Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:27.985Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897127982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:28.085Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:28.085Z||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-10T07:25:28.085Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:28.098Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:28.098Z||pool-178-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:28.985Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:25:28.986Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:25:28.986Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3059394b-3601-47ac-b25f-2b0364b1f191, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:28.986Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-10T07:25:28.987Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:28.987Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.088Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1429317872561400284/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-10T07:25:29.845Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.846Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-10T07:25:29.847Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:25:29.848Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=449a111c-6172-4121-9e5b-9e74873faf9f
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:29.849Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:29.850Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:caf73a2f-c441-43c2-aaf1-16c6e73fcdb6
Model Version:NULL
Model InvariantUuid:56ff1953-105e-41e2-8303-9128d5f1c25d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:55a3a6c1-30d7-4232-bc56-cf6b7725ee76
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4405c319-d6aa-4e54-9a0f-4e5ec477a299
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b01de103-a953-406a-8959-d42a2d72d034
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2f8dd909-c198-4f30-b11d-3b2fbbf707f7
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a6f119ae-5fb3-423e-80eb-a9ae67a49b2c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:449a111c-6172-4121-9e5b-9e74873faf9f
ModelInvariantUuid:19340c9d-d8b1-4002-a9fa-3db895a239c5
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c1e4be85-b985-4e1e-95db-4cfb5c299e3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:02a86410-70ec-4df3-95e6-1f8f2bfda155
ModelInvariantUuid:08bf040b-daa7-44a1-824f-f55f91434616
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:da3dd159-35a7-48eb-aa67-d7e0b579102d
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-10T07:25:29.856Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4753313b-16ea-4db3-ac12-5110acaacb69
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-10T07:25:29.858Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-03-10T07:25:29.859Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4753313b-16ea-4db3-ac12-5110acaacb69
2022-03-10T07:25:29.859Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3471689-ae1c-4813-8b90-fa30725b601b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-10T07:25:29.859Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:25:29.859Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:29.896Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:25:29.896Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a3471689-ae1c-4813-8b90-fa30725b601b 790
2022-03-10T07:25:29.896Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:29.896Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:29.896Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:25:29.897Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:29.898Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:29.898Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897129896,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:29.998Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:29.999Z||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-10T07:25:29.999Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:30.010Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:30.010Z||pool-179-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:30.899Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2f8dd909-c198-4f30-b11d-3b2fbbf707f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6f119ae-5fb3-423e-80eb-a9ae67a49b2c",
    "vfModuleModelCustomizationUUID": "763117c8-2836-476e-a4a3-18ed06c42185",
    "isBase": true,
    "artifacts": [
      "db422c03-89ba-4c71-a92e-468b9bc167b6",
      "ae89cddc-46e5-47ab-ab35-cfbee62e2aa3"
    ],
    "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-10T07:25:30.902Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6f119ae-5fb3-423e-80eb-a9ae67a49b2c
VfModuleModelInvariantUUID:2f8dd909-c198-4f30-b11d-3b2fbbf707f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
db422c03-89ba-4c71-a92e-468b9bc167b6
,
ae89cddc-46e5-47ab-ab35-cfbee62e2aa3

}
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-10T07:25:30.905Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2f8dd909-c198-4f30-b11d-3b2fbbf707f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6f119ae-5fb3-423e-80eb-a9ae67a49b2c",
    "vfModuleModelCustomizationUUID": "763117c8-2836-476e-a4a3-18ed06c42185",
    "isBase": true,
    "artifacts": [
      "db422c03-89ba-4c71-a92e-468b9bc167b6",
      "ae89cddc-46e5-47ab-ab35-cfbee62e2aa3"
    ],
    "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-10T07:25:30.905Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6f119ae-5fb3-423e-80eb-a9ae67a49b2c
VfModuleModelInvariantUUID:2f8dd909-c198-4f30-b11d-3b2fbbf707f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
db422c03-89ba-4c71-a92e-468b9bc167b6
,
ae89cddc-46e5-47ab-ab35-cfbee62e2aa3

}
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-10T07:25:30.905Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db422c03-89ba-4c71-a92e-468b9bc167b6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-10T07:25:30.905Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:25:30.905Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:31.176Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:25:31.177Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml db422c03-89ba-4c71-a92e-468b9bc167b6 5033
2022-03-10T07:25:31.177Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:31.177Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:31.177Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:25:31.177Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:31.179Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:31.179Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897131177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:31.279Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:31.280Z||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-10T07:25:31.280Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:31.292Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:31.292Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:32.179Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae89cddc-46e5-47ab-ab35-cfbee62e2aa3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-10T07:25:32.180Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:25:32.180Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:32.392Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:25:32.392Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ae89cddc-46e5-47ab-ab35-cfbee62e2aa3 909
2022-03-10T07:25:32.392Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:32.392Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:32.392Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:25:32.392Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:32.394Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:32.394Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897132392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:25:32.494Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:32.495Z||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-10T07:25:32.495Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:32.637Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:32.638Z||pool-181-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:33.394Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: caf73a2f-c441-43c2-aaf1-16c6e73fcdb6
2022-03-10T07:25:33.395Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4753313b-16ea-4db3-ac12-5110acaacb69 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-10T07:25:33.408Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b871ac6, org.onap.sdc.toscaparser.api.parameters.Input@73d7340f, org.onap.sdc.toscaparser.api.parameters.Input@3c6ed756, org.onap.sdc.toscaparser.api.parameters.Input@44f8973, org.onap.sdc.toscaparser.api.parameters.Input@27bdf216]
2022-03-10T07:25:33.409Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.410Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.410Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T07:25:33.410Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b01de103-a953-406a-8959-d42a2d72d034
2022-03-10T07:25:33.410Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b01de103-a953-406a-8959-d42a2d72d034 matches Tosca VF Customization UUID: b01de103-a953-406a-8959-d42a2d72d034
2022-03-10T07:25:33.410Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b01de103-a953-406a-8959-d42a2d72d034  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-10T07:25:33.412Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.413Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.413Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b01de103-a953-406a-8959-d42a2d72d034: {\"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-10T07:25:33.413Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fe272a2
2022-03-10T07:25:33.413Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.414Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:25:33.414Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 763117c8-2836-476e-a4a3-18ed06c42185
2022-03-10T07:25:33.414Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 763117c8-2836-476e-a4a3-18ed06c42185
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-10T07:25:33.416Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.416Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:33.416Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:25:33.417Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.417Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:33.417Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:25:33.417Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.417Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-10T07:25:33.418Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T07:25:33.418Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T07:25:33.418Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=449a111c-6172-4121-9e5b-9e74873faf9f
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-10T07:25:33.420Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.420Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:33.420Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:25:33.421Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.421Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T07:25:33.421Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b01de103-a953-406a-8959-d42a2d72d034
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-10T07:25:33.422Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.423Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.423Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid caf73a2f-c441-43c2-aaf1-16c6e73fcdb6: basicclamp
2022-03-10T07:25:33.423Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.423Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.423Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.423Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.424Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.424Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.424Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.424Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.424Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:25:33.424Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:25:33.425Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:33.503Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4753313b-16ea-4db3-ac12-5110acaacb69 1 ASDC deployResourceStructure
2022-03-10T07:25:33.503Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:33.503Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:33.503Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:25:33.503Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:33.505Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:33.505Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897133503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:33.605Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:33.606Z||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-10T07:25:33.606Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:33.617Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:33.618Z||pool-182-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:34.506Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:34.506Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:34.506Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:25:34.506Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:34.508Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:34.508Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897134506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:34.608Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:34.609Z||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-10T07:25:34.609Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:34.619Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:34.619Z||pool-183-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:35.508Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:35.510Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:35.510Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:25:35.510Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:35.512Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:35.512Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897135508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:35.612Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:35.613Z||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-10T07:25:35.613Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:35.623Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:35.624Z||pool-184-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:36.513Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:36.513Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:36.513Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:25:36.514Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:25:36.515Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:25:36.516Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897136512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:25:36.616Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:25:36.616Z||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-10T07:25:36.616Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:25:36.627Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:25:36.628Z||pool-185-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:25:37.516Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:25:37.525Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070ba9d4-85c4-4b74-bf2f-c1960f885b2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:25:37.527Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:25:37.527Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:25:37.527Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:25:37.527Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:25:37.527Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:25:37.527Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||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-10T07:25:37.532Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:26:07.532Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 070ba9d4-85c4-4b74-bf2f-c1960f885b2d 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-10T07:26:07.537Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 070ba9d4-85c4-4b74-bf2f-c1960f885b2d and serviceModelVersionId: caf73a2f-c441-43c2-aaf1-16c6e73fcdb6
2022-03-10T07:26:07.537Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56ff1953-105e-41e2-8303-9128d5f1c25d
2022-03-10T07:26:07.538Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0
2022-03-10T07:26:07.541Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:26:07.565Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0|INFO|500||Invoke
2022-03-10T07:26:07.565Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[070ba9d4-85c4-4b74-bf2f-c1960f885b2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de453033-15e0-4665-a77b-cf56ae0f6c9e], X-ECOMP-RequestID=[070ba9d4-85c4-4b74-bf2f-c1960f885b2d], X-TransactionId=[], X-ONAP-RequestID=[070ba9d4-85c4-4b74-bf2f-c1960f885b2d], Content-Type=[application/merge-patch+json]}
2022-03-10T07:26:07.580Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:26:07.609Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?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/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-07:26:07:588-45189], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:26:07 GMT], Content-Type=[application/json]}
2022-03-10T07:26:07.610Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?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/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6","ERR.5.4.6114"]}}}

2022-03-10T07:26:07.610Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:26:07.613Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (ec=ERR.5.4.6114)
2022-03-10T07:26:07.613Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (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-10T07:26:07.613Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (ec=ERR.5.4.6114)
2022-03-10T07:26:07.613Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (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-10T07:26:07.617Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:26:07.617Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 070ba9d4-85c4-4b74-bf2f-c1960f885b2d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (ec=ERR.5.4.6114)
2022-03-10T07:26:07.617Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:26:07.617Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:07.618Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:07.619Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897167617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:26:07.719Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:07.719Z||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-10T07:26:07.719Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:07.735Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:07.735Z||pool-186-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-10T07:26:08.631Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T07:26:08.631Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"19e9110b-915d-4059-be23-919da3fee265","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"08bdd569-e033-4115-88d7-cce611934566","serviceDescription":"service","serviceInvariantUUID":"a63f708c-a478-4f9c-857a-c911c0e3c622","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79561f04-cbcd-4e6d-9159-f06f5c0adb1f","resourceInvariantUUID":"9813fb98-9646-4bee-a65d-4cf0831962ed","resourceCustomizationUUID":"d58b3004-69af-4080-a4d9-52bcb99d5704","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDdlNmJiMzE0MzAxMzVlYzdkNjMyYmQ3MTRjMzAzN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acab699f-64b0-48af-9d7a-11aea2269680","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NzZlYjA3ZjkyYTE1NzllNDAzMzNiOGUyMGIxNjUwNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80f2874d-94c4-4925-bc18-385ea84f54b7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4420714b-dad3-449d-8766-8c06d744d3da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4574dc2d-0bc9-4e6d-9ea3-41df6ec5edac","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ab1ac631-a237-4dd2-9d46-91d87284b7ff","artifactVersion":"2","generatedFromUUID":"4420714b-dad3-449d-8766-8c06d744d3da"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDI1Njg1ZDZmMjc1MzA0OTNjZThiYjZjMWM1ZTZhNjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"67be9377-e6a2-40df-aa58-a27771b26c60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YzYyOWFkNGY0NDA2MjcwNmQyOTAyNDY1MGYxMWY1Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c5c0e9b-e6cd-4134-92f4-88a987a04f26","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmRmMmVjZjUxZjZhNzljMWVhN2IzNDUxMmE2MzU1MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d36bd171-0bf2-43ca-9276-b7e8a90947f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:26:08.631Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:08.632Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:08.633Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:08.634Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:08.734Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:08.734Z||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-10T07:26:08.734Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:08.748Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:08.748Z||pool-187-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:09.634Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:09.635Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:09.636Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:09.637Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:26:09.737Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:09.737Z||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-10T07:26:09.737Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:09.751Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:09.752Z||pool-188-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:10.637Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:10.638Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:10.640Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:10.640Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:26:10.740Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:10.740Z||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-10T07:26:10.741Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:10.753Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:10.754Z||pool-189-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:11.640Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:11.641Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:11.643Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:11.643Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:11.743Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:11.744Z||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-10T07:26:11.744Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:11.755Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:11.756Z||pool-190-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:12.643Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:12.644Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:12.645Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:12.645Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T07:26:12.746Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T07:26:12.746Z||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-10T07:26:12.746Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:12.760Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:12.760Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:13.646Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:13.647Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:13.648Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:13.648Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:13.748Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:13.749Z||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-10T07:26:13.749Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:13.762Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:13.763Z||pool-192-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:14.649Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:14.649Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:14.651Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:14.651Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:14.751Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:14.752Z||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-10T07:26:14.752Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:14.764Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:14.764Z||pool-193-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:15.651Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:26:15.652Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:15.654Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:15.654Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:15.754Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:15.754Z||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-10T07:26:15.755Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:15.769Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:15.770Z||pool-194-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:16.655Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "08bdd569-e033-4115-88d7-cce611934566",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a63f708c-a478-4f9c-857a-c911c0e3c622",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d58b3004-69af-4080-a4d9-52bcb99d5704",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79561f04-cbcd-4e6d-9159-f06f5c0adb1f",
      "resourceInvariantUUID": "9813fb98-9646-4bee-a65d-4cf0831962ed",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "NzZlYjA3ZjkyYTE1NzllNDAzMzNiOGUyMGIxNjUwNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "80f2874d-94c4-4925-bc18-385ea84f54b7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4420714b-dad3-449d-8766-8c06d744d3da",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ab1ac631-a237-4dd2-9d46-91d87284b7ff",
            "generatedFromUUID": "4420714b-dad3-449d-8766-8c06d744d3da"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ab1ac631-a237-4dd2-9d46-91d87284b7ff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmRmMmVjZjUxZjZhNzljMWVhN2IzNDUxMmE2MzU1MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d36bd171-0bf2-43ca-9276-b7e8a90947f2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:26:16.655Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:26:16.656Z|070ba9d4-85c4-4b74-bf2f-c1960f885b2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08bdd569-e033-4115-88d7-cce611934566 ASDC
2022-03-10T07:26:16.656Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:19e9110b-915d-4059-be23-919da3fee265
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:08bdd569-e033-4115-88d7-cce611934566
ServiceInvariantUUID:a63f708c-a478-4f9c-857a-c911c0e3c622
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:d36bd171-0bf2-43ca-9276-b7e8a90947f2
ArtifactChecksum:MmRmMmVjZjUxZjZhNzljMWVhN2IzNDUxMmE2MzU1MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d58b3004-69af-4080-a4d9-52bcb99d5704
ResourceInvariantUUID:9813fb98-9646-4bee-a65d-4cf0831962ed
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:79561f04-cbcd-4e6d-9159-f06f5c0adb1f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:80f2874d-94c4-4925-bc18-385ea84f54b7
ArtifactChecksum:NzZlYjA3ZjkyYTE1NzllNDAzMzNiOGUyMGIxNjUwNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:4420714b-dad3-449d-8766-8c06d744d3da
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ab1ac631-a237-4dd2-9d46-91d87284b7ff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ab1ac631-a237-4dd2-9d46-91d87284b7ff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T07:26:16.656Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08bdd569-e033-4115-88d7-cce611934566 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-10T07:26:16.685Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:26:16.686Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:26:16.686Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:26:16.686Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d36bd171-0bf2-43ca-9276-b7e8a90947f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T07:26:16.686Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:26:16.686Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T07:26:17.007Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:26:17.011Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d36bd171-0bf2-43ca-9276-b7e8a90947f2 78807
2022-03-10T07:26:17.011Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-10T07:26:17.011Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T07:26:17.011Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:26:17.012Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:17.013Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:17.013Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897177011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:17.114Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:17.114Z||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-10T07:26:17.114Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:17.127Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:17.127Z||pool-195-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:18.014Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:26:18.015Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:26:18.015Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d36bd171-0bf2-43ca-9276-b7e8a90947f2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.015Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.016Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.016Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.092Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1536513918799071442/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-10T07:26:18.862Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T07:26:18.863Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:26:18.864Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T07:26:18.865Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:26:18.866Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d984b159-27d0-4f6d-a212-d78d1d14bff3
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.867Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.868Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.868Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.868Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.868Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:18.868Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:18.868Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:08bdd569-e033-4115-88d7-cce611934566
Model Version:NULL
Model InvariantUuid:a63f708c-a478-4f9c-857a-c911c0e3c622
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:936614e9-114e-4884-b0c0-9eca524f9fa9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9813fb98-9646-4bee-a65d-4cf0831962ed
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d58b3004-69af-4080-a4d9-52bcb99d5704
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74e10ae8-53f2-4efc-992d-050e6b2374fe
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b88353a5-e85d-4e19-8f6c-968919f7bfc4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d984b159-27d0-4f6d-a212-d78d1d14bff3
ModelInvariantUuid:343e0ef7-abfd-4d63-bbee-c004537156e8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9590bcad-97c3-41b4-beba-379003339eb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0d8e0441-d296-4370-a662-501034b64c48
ModelInvariantUuid:fa32663e-6489-44f1-b8a7-2ab5baf09218
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:75087371-faa5-4739-bd9c-fbe453265ea8
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-10T07:26:18.873Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 79561f04-cbcd-4e6d-9159-f06f5c0adb1f
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-10T07:26:18.875Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-03-10T07:26:18.875Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79561f04-cbcd-4e6d-9159-f06f5c0adb1f
2022-03-10T07:26:18.875Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 80f2874d-94c4-4925-bc18-385ea84f54b7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-10T07:26:18.875Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:26:18.875Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-10T07:26:19.401Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:26:19.402Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 80f2874d-94c4-4925-bc18-385ea84f54b7 792
2022-03-10T07:26:19.402Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-10T07:26:19.402Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-10T07:26:19.402Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:26:19.402Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:19.404Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:19.404Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897179402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:19.504Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:19.505Z||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-10T07:26:19.505Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:19.516Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:19.516Z||pool-196-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:20.404Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "74e10ae8-53f2-4efc-992d-050e6b2374fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b88353a5-e85d-4e19-8f6c-968919f7bfc4",
    "vfModuleModelCustomizationUUID": "843d3366-c430-4142-8cd1-1a7b7f024ee6",
    "isBase": true,
    "artifacts": [
      "4420714b-dad3-449d-8766-8c06d744d3da",
      "ab1ac631-a237-4dd2-9d46-91d87284b7ff"
    ],
    "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-10T07:26:20.407Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b88353a5-e85d-4e19-8f6c-968919f7bfc4
VfModuleModelInvariantUUID:74e10ae8-53f2-4efc-992d-050e6b2374fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
4420714b-dad3-449d-8766-8c06d744d3da
,
ab1ac631-a237-4dd2-9d46-91d87284b7ff

}
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-10T07:26:20.409Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "74e10ae8-53f2-4efc-992d-050e6b2374fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b88353a5-e85d-4e19-8f6c-968919f7bfc4",
    "vfModuleModelCustomizationUUID": "843d3366-c430-4142-8cd1-1a7b7f024ee6",
    "isBase": true,
    "artifacts": [
      "4420714b-dad3-449d-8766-8c06d744d3da",
      "ab1ac631-a237-4dd2-9d46-91d87284b7ff"
    ],
    "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-10T07:26:20.409Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b88353a5-e85d-4e19-8f6c-968919f7bfc4
VfModuleModelInvariantUUID:74e10ae8-53f2-4efc-992d-050e6b2374fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
4420714b-dad3-449d-8766-8c06d744d3da
,
ab1ac631-a237-4dd2-9d46-91d87284b7ff

}
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-10T07:26:20.409Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4420714b-dad3-449d-8766-8c06d744d3da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-10T07:26:20.409Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:26:20.410Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-10T07:26:20.446Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:26:20.446Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4420714b-dad3-449d-8766-8c06d744d3da 5033
2022-03-10T07:26:20.446Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-10T07:26:20.446Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-10T07:26:20.447Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:26:20.447Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:20.448Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:20.448Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897180446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:20.549Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:20.549Z||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-10T07:26:20.549Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:20.561Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:20.561Z||pool-197-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:21.449Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ab1ac631-a237-4dd2-9d46-91d87284b7ff from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-10T07:26:21.449Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:26:21.450Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-10T07:26:21.487Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:26:21.487Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ab1ac631-a237-4dd2-9d46-91d87284b7ff 903
2022-03-10T07:26:21.487Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-10T07:26:21.487Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-10T07:26:21.487Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:26:21.488Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:21.489Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:21.489Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897181487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:21.590Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T07:26:21.590Z||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-10T07:26:21.590Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:21.602Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:21.602Z||pool-198-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:26:22.490Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 08bdd569-e033-4115-88d7-cce611934566
2022-03-10T07:26:22.491Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 79561f04-cbcd-4e6d-9159-f06f5c0adb1f 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-10T07:26:22.503Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7501494b, org.onap.sdc.toscaparser.api.parameters.Input@6040d144, org.onap.sdc.toscaparser.api.parameters.Input@14318b7e, org.onap.sdc.toscaparser.api.parameters.Input@43ec61a2, org.onap.sdc.toscaparser.api.parameters.Input@3cd83385]
2022-03-10T07:26:22.505Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.505Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.505Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T07:26:22.505Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d58b3004-69af-4080-a4d9-52bcb99d5704
2022-03-10T07:26:22.505Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d58b3004-69af-4080-a4d9-52bcb99d5704 matches Tosca VF Customization UUID: d58b3004-69af-4080-a4d9-52bcb99d5704
2022-03-10T07:26:22.505Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d58b3004-69af-4080-a4d9-52bcb99d5704  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-10T07:26:22.507Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.507Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.508Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d58b3004-69af-4080-a4d9-52bcb99d5704: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-10T07:26:22.508Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62c78d73
2022-03-10T07:26:22.508Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.508Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:26:22.508Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 843d3366-c430-4142-8cd1-1a7b7f024ee6
2022-03-10T07:26:22.508Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 843d3366-c430-4142-8cd1-1a7b7f024ee6
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-10T07:26:22.510Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.510Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:22.510Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T07:26:22.511Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T07:26:22.512Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d984b159-27d0-4f6d-a212-d78d1d14bff3
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-10T07:26:22.513Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.513Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:22.513Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:26:22.514Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.514Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T07:26:22.514Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d58b3004-69af-4080-a4d9-52bcb99d5704
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-10T07:26:22.515Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.515Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.515Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 08bdd569-e033-4115-88d7-cce611934566: basic_vm_macro
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.516Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.517Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:26:22.517Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:26:22.517Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T07:26:22.597Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 79561f04-cbcd-4e6d-9159-f06f5c0adb1f 1 ASDC deployResourceStructure
2022-03-10T07:26:22.597Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-10T07:26:22.597Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-10T07:26:22.597Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:26:22.597Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:22.599Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:22.599Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897182597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:22.699Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:22.700Z||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-10T07:26:22.700Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:22.714Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:22.714Z||pool-199-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:23.600Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-10T07:26:23.600Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-10T07:26:23.601Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:26:23.601Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:23.603Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:23.603Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897183599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:23.703Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:23.704Z||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-10T07:26:23.704Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:23.717Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:23.717Z||pool-200-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:24.603Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-10T07:26:24.604Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-10T07:26:24.604Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:26:24.604Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:24.606Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:24.606Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897184603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:24.706Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:24.707Z||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-10T07:26:24.707Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:24.719Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:24.719Z||pool-201-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:25.607Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-10T07:26:25.607Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T07:26:25.607Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:26:25.607Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:26:25.608Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:26:25.609Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897185607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:25.709Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:26:25.709Z||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-10T07:26:25.709Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:25.723Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:25.723Z||pool-202-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:26:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:26:26.592Z||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-10T07:26:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:26:26.609Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e9110b-915d-4059-be23-919da3fee265
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:26:26.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:26:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.617Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e9110b-915d-4059-be23-919da3fee265
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:26:26.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.619Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.619Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.619Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T07:26:26.619Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897008600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897017418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897019338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897020343,
  "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-10T07:26:26.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19e9110b-915d-4059-be23-919da3fee265
2022-03-10T07:26:26.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e9110b-915d-4059-be23-919da3fee265 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-10T07:26:26.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646897010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897014491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897011096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897007685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897026099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897026117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897026122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897027306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "cds",
  "timestamp": 1646897027369,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:26:26.661Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
2022-03-10T07:26:26.661Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19fe707-20b8-4bc2-a7b3-2e4ca010a41e 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-10T07:26:26.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897028703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897019091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897029909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897029916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897030526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897030921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897030966,
  "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-10T07:26:26.676Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
2022-03-10T07:26:26.676Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19fe707-20b8-4bc2-a7b3-2e4ca010a41e 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-10T07:26:26.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "aai-ml",
  "timestamp": 1646897031530,
  "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-10T07:26:26.688Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
2022-03-10T07:26:26.688Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19fe707-20b8-4bc2-a7b3-2e4ca010a41e 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-10T07:26:26.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "policy-id",
  "timestamp": 1646897031923,
  "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-10T07:26:26.698Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
2022-03-10T07:26:26.698Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19fe707-20b8-4bc2-a7b3-2e4ca010a41e 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-10T07:26:26.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646897031969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897038600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897049344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897051220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:26:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646897052223,
  "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-10T07:26:26.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
2022-03-10T07:26:26.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19fe707-20b8-4bc2-a7b3-2e4ca010a41e 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-10T07:26:56.619Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e9110b-915d-4059-be23-919da3fee265
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:26:56.628Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e9110b-915d-4059-be23-919da3fee265
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:26:56.631Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:26:56.631Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:26:56.631Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:26:56.631Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:26:56.631Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:26:56.631Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||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-10T07:26:56.636Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:27:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:27:26.592Z||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-10T07:27:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:26.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:26.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8463bb4d-4dfc-41f2-8f3d-d80877497fd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897113933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8463bb4d-4dfc-41f2-8f3d-d80877497fd2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2f450400-5525-4a2a-bd23-db661de9da64/model-vers/model-ver/2439ee6a-65fc-46b3-bc7d-39fe92159ec9) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:27:26.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:27:26.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:26.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:27:26.637Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19e9110b-915d-4059-be23-919da3fee265 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-10T07:27:26.641Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19e9110b-915d-4059-be23-919da3fee265 and serviceModelVersionId: 08bdd569-e033-4115-88d7-cce611934566
2022-03-10T07:27:26.642Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a63f708c-a478-4f9c-857a-c911c0e3c622
2022-03-10T07:27:26.642Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0
2022-03-10T07:27:26.646Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:27:26.670Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0|INFO|500||Invoke
2022-03-10T07:27:26.671Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19e9110b-915d-4059-be23-919da3fee265], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a35444ba-8c84-4728-b835-9edf99e49155], X-ECOMP-RequestID=[19e9110b-915d-4059-be23-919da3fee265], X-TransactionId=[], X-ONAP-RequestID=[19e9110b-915d-4059-be23-919da3fee265], Content-Type=[application/merge-patch+json]}
2022-03-10T07:27:26.686Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:27:26.712Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?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/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-07:27:26:693-56575], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:27:26 GMT], Content-Type=[application/json]}
2022-03-10T07:27:26.713Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?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/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566","ERR.5.4.6114"]}}}

2022-03-10T07:27:26.713Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:27:26.716Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (ec=ERR.5.4.6114)
2022-03-10T07:27:26.716Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (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-10T07:27:26.716Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (ec=ERR.5.4.6114)
2022-03-10T07:27:26.716Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (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-10T07:27:26.719Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:27:26.719Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19e9110b-915d-4059-be23-919da3fee265 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (ec=ERR.5.4.6114)
2022-03-10T07:27:26.720Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:27:26.720Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:26.721Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:26.721Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897246719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:27:26.821Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:26.822Z||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-10T07:27:26.822Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:26.832Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:26.832Z||pool-203-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-10T07:27:27.731Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T07:27:27.731Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e19fe707-20b8-4bc2-a7b3-2e4ca010a41e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"df23a5b3-3fca-42ed-8935-5b04c6d4b8a9","serviceDescription":"service","serviceInvariantUUID":"71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc76918c-8f44-4c61-b1ef-dcd6ebe25f59","resourceInvariantUUID":"2e061b8a-757d-4519-b1fa-f0d5644c0541","resourceCustomizationUUID":"e5f3f409-1330-4440-acaf-2eeb8e43233e","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":"ZDMwMDkxYzY5Y2Y5MTA3NGExYmRlMWY1MDY1MzgyM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e91a92bc-3571-417f-9228-7d3abbf8e8af","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":"M2NiNDA0YTJiOTY0ODJkMmExZmZkODdiNzNhNDEzNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d189c0e2-fd5e-49b1-8ad2-b0602564e8d2","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":"7161b8bf-a496-4513-89e5-1270f6ce5e34","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":"ac629c4f-fe34-4845-8025-d2e45c7db73f","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":"4a286894-3b00-4524-884e-eda8c7236ca0","artifactVersion":"2","generatedFromUUID":"d202e086-23be-46f4-8d97-f590a47d92dd"},{"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":"79ad0856-8d24-427c-a63e-2071f67cfcf0","artifactVersion":"2","generatedFromUUID":"7161b8bf-a496-4513-89e5-1270f6ce5e34"},{"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":"d202e086-23be-46f4-8d97-f590a47d92dd","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":"6ff8beac-fea3-41e1-8f49-64df7603b755","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":"NjU1Nzk0YmVlNmEwZThhN2YyZWZhMjVkNzM0ZjYxOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d64f5ce-81c0-47a6-bbe3-9217688cdab6","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OGY4YzdkZjU5ZTZkMjY1MjljN2JlMTFlYmE2NWU2OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"988d202f-8a3c-415e-9c1e-0a80c79cfa6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T07:27:27.731Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:27.731Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:27.733Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:27.733Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:27.833Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:27.833Z||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-10T07:27:27.833Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:27.845Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:27.845Z||pool-204-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:28.733Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:28.734Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:28.736Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:28.736Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:27:28.836Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:28.837Z||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-10T07:27:28.837Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:28.849Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:28.849Z||pool-205-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:29.737Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:29.738Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:29.739Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:29.740Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:27:29.840Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:29.840Z||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-10T07:27:29.840Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:29.853Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:29.853Z||pool-206-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:30.740Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:30.741Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:30.742Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:30.742Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:30.842Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:30.843Z||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-10T07:27:30.843Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:30.855Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:30.855Z||pool-207-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:31.743Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:31.743Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:31.744Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:31.744Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-10T07:27:31.845Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:31.845Z||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-10T07:27:31.845Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:31.858Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:31.859Z||pool-208-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:32.745Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:32.745Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:32.747Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:32.747Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-10T07:27:32.847Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:32.847Z||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-10T07:27:32.847Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:32.860Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:32.860Z||pool-209-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:33.747Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:33.748Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:33.749Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:33.750Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-10T07:27:33.850Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:33.850Z||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-10T07:27:33.851Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:33.862Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:33.863Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:34.750Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:34.751Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:34.752Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:34.752Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:34.852Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:34.852Z||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-10T07:27:34.853Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:34.866Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:34.866Z||pool-211-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:35.752Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:35.753Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:35.754Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:35.754Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:27:35.854Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:35.855Z||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-10T07:27:35.855Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:35.867Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:35.867Z||pool-212-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:36.755Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T07:27:36.755Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:36.757Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:36.757Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:27:36.857Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:36.858Z||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-10T07:27:36.858Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:36.871Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:36.871Z||pool-213-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:37.758Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "df23a5b3-3fca-42ed-8935-5b04c6d4b8a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e5f3f409-1330-4440-acaf-2eeb8e43233e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc76918c-8f44-4c61-b1ef-dcd6ebe25f59",
      "resourceInvariantUUID": "2e061b8a-757d-4519-b1fa-f0d5644c0541",
      "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": "M2NiNDA0YTJiOTY0ODJkMmExZmZkODdiNzNhNDEzNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d189c0e2-fd5e-49b1-8ad2-b0602564e8d2",
          "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": "7161b8bf-a496-4513-89e5-1270f6ce5e34",
          "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": "79ad0856-8d24-427c-a63e-2071f67cfcf0",
            "generatedFromUUID": "7161b8bf-a496-4513-89e5-1270f6ce5e34"
          },
          "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": "4a286894-3b00-4524-884e-eda8c7236ca0",
          "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": "79ad0856-8d24-427c-a63e-2071f67cfcf0",
          "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": "d202e086-23be-46f4-8d97-f590a47d92dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OGY4YzdkZjU5ZTZkMjY1MjljN2JlMTFlYmE2NWU2OGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "988d202f-8a3c-415e-9c1e-0a80c79cfa6e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T07:27:37.759Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T07:27:37.759Z|19e9110b-915d-4059-be23-919da3fee265|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 ASDC
2022-03-10T07:27:37.759Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:df23a5b3-3fca-42ed-8935-5b04c6d4b8a9
ServiceInvariantUUID:71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64
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:988d202f-8a3c-415e-9c1e-0a80c79cfa6e
ArtifactChecksum:OGY4YzdkZjU5ZTZkMjY1MjljN2JlMTFlYmE2NWU2OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e5f3f409-1330-4440-acaf-2eeb8e43233e
ResourceInvariantUUID:2e061b8a-757d-4519-b1fa-f0d5644c0541
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fc76918c-8f44-4c61-b1ef-dcd6ebe25f59
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:d189c0e2-fd5e-49b1-8ad2-b0602564e8d2
ArtifactChecksum:M2NiNDA0YTJiOTY0ODJkMmExZmZkODdiNzNhNDEzNGU=
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:7161b8bf-a496-4513-89e5-1270f6ce5e34
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:79ad0856-8d24-427c-a63e-2071f67cfcf0
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:4a286894-3b00-4524-884e-eda8c7236ca0
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:79ad0856-8d24-427c-a63e-2071f67cfcf0
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:d202e086-23be-46f4-8d97-f590a47d92dd
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T07:27:37.759Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 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-10T07:27:37.788Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:27:37.789Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:27:37.789Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:27:37.789Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 988d202f-8a3c-415e-9c1e-0a80c79cfa6e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:37.789Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:27:37.789Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:38.415Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:27:38.421Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 988d202f-8a3c-415e-9c1e-0a80c79cfa6e 158203
2022-03-10T07:27:38.421Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||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-10T07:27:38.421Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||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-10T07:27:38.421Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:27:38.421Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:38.423Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:38.423Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897258421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:27:38.523Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:38.524Z||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-10T07:27:38.524Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:38.536Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:38.537Z||pool-214-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:27:39.424Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T07:27:39.425Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T07:27:39.425Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 988d202f-8a3c-415e-9c1e-0a80c79cfa6e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:39.425Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-10T07:27:39.426Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:39.426Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:39.505Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2528504043891105130/Definitions/service-BasicCnfMacro-template.yml
2022-03-10T07:27:40.271Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T07:27:40.271Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:27:40.271Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:40.271Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-10T07:27:40.271Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:40.271Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||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-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||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-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||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-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T07:27:40.272Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:27:40.273Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-10T07:27:40.274Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e30c2465-86d5-4360-ba71-13caa33ae211
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:40.275Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:df23a5b3-3fca-42ed-8935-5b04c6d4b8a9
Model Version:NULL
Model InvariantUuid:71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:25afabd1-76b1-4a55-ac7e-0e25bd9d97e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e061b8a-757d-4519-b1fa-f0d5644c0541
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e5f3f409-1330-4440-acaf-2eeb8e43233e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a3b9718-dbf6-4ee8-9bf2-21097da0861d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:43698cbb-e35c-4595-be1f-d38c186e7f41
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e0f6ced7-fc73-4ea0-b70f-ab58a7838167
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2a5de4bb-d576-4b4b-89e0-fef6b3185058
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e30c2465-86d5-4360-ba71-13caa33ae211
ModelInvariantUuid:b32b16df-64f6-49d7-bc8c-039501303d29
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:61375307-abac-475c-8d9c-db66f124bbef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d162803a-98f4-4851-b60c-e76cc8946ed3
ModelInvariantUuid:dc6150d3-9025-42a6-a9b9-af761f5659bf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7a7ddc6f-c38c-4ea3-87af-05a1fc5f7a61
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-10T07:27:40.279Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fc76918c-8f44-4c61-b1ef-dcd6ebe25f59
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-10T07:27:40.281Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-03-10T07:27:40.281Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc76918c-8f44-4c61-b1ef-dcd6ebe25f59
2022-03-10T07:27:40.281Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d189c0e2-fd5e-49b1-8ad2-b0602564e8d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-10T07:27:40.281Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:27:40.281Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-10T07:27:40.414Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:27:40.414Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d189c0e2-fd5e-49b1-8ad2-b0602564e8d2 1565
2022-03-10T07:27:40.414Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-10T07:27:40.414Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-10T07:27:40.414Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:27:40.414Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:40.415Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:40.415Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897260414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:27:40.516Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:40.516Z||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-10T07:27:40.516Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:40.528Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:40.528Z||pool-215-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:27:41.416Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e0f6ced7-fc73-4ea0-b70f-ab58a7838167",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a5de4bb-d576-4b4b-89e0-fef6b3185058",
    "vfModuleModelCustomizationUUID": "658bf0a2-2042-4827-bdd2-7a2807b6fc07",
    "isBase": true,
    "artifacts": [
      "7161b8bf-a496-4513-89e5-1270f6ce5e34",
      "79ad0856-8d24-427c-a63e-2071f67cfcf0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "4a3b9718-dbf6-4ee8-9bf2-21097da0861d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43698cbb-e35c-4595-be1f-d38c186e7f41",
    "vfModuleModelCustomizationUUID": "dd7d9b68-bdb5-4167-b384-78055d4d2c1e",
    "isBase": false,
    "artifacts": [
      "d202e086-23be-46f4-8d97-f590a47d92dd"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T07:27:41.418Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a5de4bb-d576-4b4b-89e0-fef6b3185058
VfModuleModelInvariantUUID:e0f6ced7-fc73-4ea0-b70f-ab58a7838167
VfModuleModelDescription:NULL
Artifacts UUID List:{
7161b8bf-a496-4513-89e5-1270f6ce5e34
,
79ad0856-8d24-427c-a63e-2071f67cfcf0

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:43698cbb-e35c-4595-be1f-d38c186e7f41
VfModuleModelInvariantUUID:4a3b9718-dbf6-4ee8-9bf2-21097da0861d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d202e086-23be-46f4-8d97-f590a47d92dd

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-03-10T07:27:41.419Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e0f6ced7-fc73-4ea0-b70f-ab58a7838167",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a5de4bb-d576-4b4b-89e0-fef6b3185058",
    "vfModuleModelCustomizationUUID": "658bf0a2-2042-4827-bdd2-7a2807b6fc07",
    "isBase": true,
    "artifacts": [
      "7161b8bf-a496-4513-89e5-1270f6ce5e34",
      "79ad0856-8d24-427c-a63e-2071f67cfcf0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "4a3b9718-dbf6-4ee8-9bf2-21097da0861d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43698cbb-e35c-4595-be1f-d38c186e7f41",
    "vfModuleModelCustomizationUUID": "dd7d9b68-bdb5-4167-b384-78055d4d2c1e",
    "isBase": false,
    "artifacts": [
      "d202e086-23be-46f4-8d97-f590a47d92dd"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T07:27:41.419Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a5de4bb-d576-4b4b-89e0-fef6b3185058
VfModuleModelInvariantUUID:e0f6ced7-fc73-4ea0-b70f-ab58a7838167
VfModuleModelDescription:NULL
Artifacts UUID List:{
7161b8bf-a496-4513-89e5-1270f6ce5e34
,
79ad0856-8d24-427c-a63e-2071f67cfcf0

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:43698cbb-e35c-4595-be1f-d38c186e7f41
VfModuleModelInvariantUUID:4a3b9718-dbf6-4ee8-9bf2-21097da0861d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d202e086-23be-46f4-8d97-f590a47d92dd

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-03-10T07:27:41.419Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7161b8bf-a496-4513-89e5-1270f6ce5e34 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-10T07:27:41.420Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:27:41.420Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-10T07:27:41.718Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:27:41.718Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7161b8bf-a496-4513-89e5-1270f6ce5e34 914
2022-03-10T07:27:41.718Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-10T07:27:41.718Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-10T07:27:41.719Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:27:41.719Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:41.720Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:41.720Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897261718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:27:41.820Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:41.821Z||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-10T07:27:41.821Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:41.833Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:41.833Z||pool-216-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:42.721Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a286894-3b00-4524-884e-eda8c7236ca0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-10T07:27:42.721Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:27:42.721Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-10T07:27:43.100Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:27:43.100Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4a286894-3b00-4524-884e-eda8c7236ca0 12
2022-03-10T07:27:43.101Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-10T07:27:43.101Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-10T07:27:43.101Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:27:43.101Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:43.103Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:43.103Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897263101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:27:43.203Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:43.204Z||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-10T07:27:43.204Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:43.217Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:43.217Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:44.104Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79ad0856-8d24-427c-a63e-2071f67cfcf0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-10T07:27:44.104Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:27:44.104Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-10T07:27:44.316Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:27:44.316Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 79ad0856-8d24-427c-a63e-2071f67cfcf0 96
2022-03-10T07:27:44.316Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-10T07:27:44.316Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-10T07:27:44.316Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:27:44.317Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:44.318Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:44.318Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897264316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:27:44.418Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:44.419Z||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-10T07:27:44.419Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:44.431Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:44.431Z||pool-218-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:45.319Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d202e086-23be-46f4-8d97-f590a47d92dd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-10T07:27:45.319Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T07:27:45.319Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-10T07:27:45.511Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T07:27:45.512Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d202e086-23be-46f4-8d97-f590a47d92dd 20206
2022-03-10T07:27:45.512Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-10T07:27:45.512Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-10T07:27:45.512Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T07:27:45.512Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:45.514Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:45.514Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897265512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:27:45.614Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:45.614Z||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-10T07:27:45.615Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:45.625Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:45.625Z||pool-219-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:46.517Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: df23a5b3-3fca-42ed-8935-5b04c6d4b8a9
2022-03-10T07:27:46.517Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fc76918c-8f44-4c61-b1ef-dcd6ebe25f59 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T07:27:46.524Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d460, org.onap.sdc.toscaparser.api.parameters.Input@5ec07b69, org.onap.sdc.toscaparser.api.parameters.Input@5fb79c19, org.onap.sdc.toscaparser.api.parameters.Input@13d26253, org.onap.sdc.toscaparser.api.parameters.Input@d6c049d]
2022-03-10T07:27:46.525Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.525Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.526Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T07:27:46.526Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e5f3f409-1330-4440-acaf-2eeb8e43233e
2022-03-10T07:27:46.526Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5f3f409-1330-4440-acaf-2eeb8e43233e matches Tosca VF Customization UUID: e5f3f409-1330-4440-acaf-2eeb8e43233e
2022-03-10T07:27:46.526Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e5f3f409-1330-4440-acaf-2eeb8e43233e  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-10T07:27:46.528Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.528Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.528Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e5f3f409-1330-4440-acaf-2eeb8e43233e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-03-10T07:27:46.528Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@335e18f8
2022-03-10T07:27:46.528Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.528Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T07:27:46.529Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd7d9b68-bdb5-4167-b384-78055d4d2c1e
2022-03-10T07:27:46.529Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd7d9b68-bdb5-4167-b384-78055d4d2c1e
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-10T07:27:46.530Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.530Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:46.530Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:27:46.531Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.531Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:46.531Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T07:27:46.531Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.531Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-10T07:27:46.531Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e5f3f409-1330-4440-acaf-2eeb8e43233e
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-10T07:27:46.532Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid df23a5b3-3fca-42ed-8935-5b04c6d4b8a9: basic_cnf_macro
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.533Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.534Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.534Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T07:27:46.534Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T07:27:46.534Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T07:27:46.565Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fc76918c-8f44-4c61-b1ef-dcd6ebe25f59 2 ASDC deployResourceStructure
2022-03-10T07:27:46.565Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-10T07:27:46.565Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-10T07:27:46.565Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:27:46.565Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:46.567Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:46.567Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897266565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:27:46.667Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:46.668Z||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-10T07:27:46.668Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:46.681Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:46.681Z||pool-220-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:47.568Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-10T07:27:47.569Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-10T07:27:47.569Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:27:47.569Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:47.571Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:47.571Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897267568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:27:47.671Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:47.671Z||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-10T07:27:47.671Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:47.685Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:47.686Z||pool-221-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:48.572Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-10T07:27:48.573Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-03-10T07:27:48.573Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T07:27:48.573Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:48.575Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:48.575Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897268571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-10T07:27:48.675Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:48.675Z||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-10T07:27:48.675Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:48.688Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:48.689Z||pool-222-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:27:49.576Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-10T07:27:49.576Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-10T07:27:49.576Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:27:49.577Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:49.578Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:49.578Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897269575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:27:49.678Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:49.679Z||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-10T07:27:49.679Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:49.691Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:49.691Z||pool-223-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:50.579Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-10T07:27:50.580Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-10T07:27:50.580Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T07:27:50.580Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:50.582Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:50.582Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897270579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-10T07:27:50.682Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:27:50.683Z||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-10T07:27:50.683Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:50.697Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:50.697Z||pool-224-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T07:27:51.583Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-10T07:27:51.583Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-10T07:27:51.583Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T07:27:51.584Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:27:51.585Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:27:51.585Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897271583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:27:51.685Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T07:27:51.686Z||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-10T07:27:51.686Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:27:51.699Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:27:51.699Z||pool-225-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T07:27:52.586Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T07:27:52.594Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19fe707-20b8-4bc2-a7b3-2e4ca010a41e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T07:27:52.596Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T07:27:52.596Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T07:27:52.596Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T07:27:52.596Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T07:27:52.596Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T07:27:52.596Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||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-10T07:27:52.600Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T07:28:22.600Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e19fe707-20b8-4bc2-a7b3-2e4ca010a41e 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-10T07:28:22.604Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e19fe707-20b8-4bc2-a7b3-2e4ca010a41e and serviceModelVersionId: df23a5b3-3fca-42ed-8935-5b04c6d4b8a9
2022-03-10T07:28:22.604Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64
2022-03-10T07:28:22.605Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0
2022-03-10T07:28:22.608Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T07:28:22.627Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0|INFO|500||Invoke
2022-03-10T07:28:22.628Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e19fe707-20b8-4bc2-a7b3-2e4ca010a41e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7225a5e0-271a-491b-ab3d-1de0d2d3e4b4], X-ECOMP-RequestID=[e19fe707-20b8-4bc2-a7b3-2e4ca010a41e], X-TransactionId=[], X-ONAP-RequestID=[e19fe707-20b8-4bc2-a7b3-2e4ca010a41e], Content-Type=[application/merge-patch+json]}
2022-03-10T07:28:22.641Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T07:28:22.668Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?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/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-07:28:22:649-68923], Content-Length=[495], Date=[Thu, 10 Mar 2022 07:28:22 GMT], Content-Type=[application/json]}
2022-03-10T07:28:22.668Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?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/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9","ERR.5.4.6114"]}}}

2022-03-10T07:28:22.668Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T07:28:22.671Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (ec=ERR.5.4.6114)
2022-03-10T07:28:22.671Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (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-10T07:28:22.671Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (ec=ERR.5.4.6114)
2022-03-10T07:28:22.671Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (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-10T07:28:22.674Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T07:28:22.675Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e19fe707-20b8-4bc2-a7b3-2e4ca010a41e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (ec=ERR.5.4.6114)
2022-03-10T07:28:22.675Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T07:28:22.675Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T07:28:22.676Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T07:28:22.676Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897302675,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:28:22.776Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T07:28:22.776Z||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-10T07:28:22.777Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T07:28:22.791Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:28:22.791Z||pool-226-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T07:28:23.687Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:28:23.688Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:28:23.688Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:28:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:28:26.592Z||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-10T07:28:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:28:26.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:28:26.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:28:26.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897127982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897129896,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897131177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897132392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897133503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897134506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897135508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897136512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "070ba9d4-85c4-4b74-bf2f-c1960f885b2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897167617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d070ba9d4-85c4-4b74-bf2f-c1960f885b2d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/56ff1953-105e-41e2-8303-9128d5f1c25d/model-vers/model-ver/caf73a2f-c441-43c2-aaf1-16c6e73fcdb6) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:28:26.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897177011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897179402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897180446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897181487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897182597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897183599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897184603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897185607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:28:26.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:28:34.012Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:28:34.013Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:28:34.013Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:28:34.013Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:28:43.549Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:28:43.549Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:28:43.550Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:28:43.550Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:28:53.083Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:28:53.083Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:28:53.084Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:28:53.084Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:02.622Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:02.622Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:02.622Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:29:02.623Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:12.164Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:12.164Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:12.165Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:29:12.165Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:21.709Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:21.709Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:21.710Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:29:21.710Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T07:29:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:26.615Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:26.615Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:29:26.615Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e9110b-915d-4059-be23-919da3fee265",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897246719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d19e9110b-915d-4059-be23-919da3fee265 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a63f708c-a478-4f9c-857a-c911c0e3c622/model-vers/model-ver/08bdd569-e033-4115-88d7-cce611934566) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:29:26.616Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:29:31.245Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:31.246Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:31.247Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:29:31.247Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:40.789Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:40.789Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:40.789Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:29:40.790Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:50.334Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:29:50.335Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:29:50.335Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:29:50.335Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:29:59.873Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:30:26.590Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:30:26.590Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:30:26.590Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:30:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:30:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T07:30:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:30:27.116Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:30:27.117Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.117Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:30:27.117Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.117Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T07:30:27.118Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897114948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897258421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897260414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897261718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897263101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897264316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897265512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.119Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897266565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897267568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897268571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897269575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897270579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897271583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19fe707-20b8-4bc2-a7b3-2e4ca010a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646897302675,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de19fe707-20b8-4bc2-a7b3-2e4ca010a41e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71d1dfa7-6ea5-4ff2-a4ec-ab61914ecf64/model-vers/model-ver/df23a5b3-3fca-42ed-8935-5b04c6d4b8a9) (ec\u003dERR.5.4.6114)"
}
2022-03-10T07:30:27.120Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T07:30:36.131Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:31:26.590Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:31:26.590Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:31:26.590Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:31:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:31:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:31:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:31:36.133Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:31:36.133Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:32:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:32:26.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-10T07:32:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:32:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:32:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:32:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:32:36.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:32:36.136Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:33:26.590Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:33:26.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-10T07:33:26.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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:33:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:33:26.591Z||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-10T07:33:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:33:36.131Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:33:36.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:34:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:34:26.590Z||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-10T07:34:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:34:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:34:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T07:34:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:34:36.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:34:36.140Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:35:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:35:26.590Z||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-10T07:35:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:35:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:35:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:35:26.592Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:35:36.135Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:35:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:36:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:36:26.590Z||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-10T07:36:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:36:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:36:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:36:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:36:36.131Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:36:36.131Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:37:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:37:26.590Z||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-10T07:37:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:37:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:37:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:37:26.592Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:37:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:37:36.137Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:38:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:38:26.590Z||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-10T07:38:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:38:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:38:26.591Z||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-10T07:38:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:38:36.132Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:38:36.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:39:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:39:26.590Z||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-10T07:39:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:39:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:39:26.591Z||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-10T07:39:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:39:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:39:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:40:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:40:26.590Z||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-10T07:40:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:40:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:40:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:40:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:40:36.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:40:36.139Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:41:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:41:26.590Z||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-10T07:41:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:41:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:41:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T07:41:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:41:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:41:36.136Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:42:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:42:26.590Z||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-10T07:42:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:42:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:42:26.592Z||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-10T07:42:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:42:36.134Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:42:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:43:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:43:26.590Z||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-10T07:43:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:43:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:43:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:43:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:43:36.131Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:43:36.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:44:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:44:26.590Z||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-10T07:44:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:44:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:44:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:44:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:44:36.135Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:44:36.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:45:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:45:26.590Z||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-10T07:45:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:45:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:45:26.592Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T07:45:26.592Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:45:36.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:45:36.130Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:46:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:46:26.590Z||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-10T07:46:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:46:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:46:26.591Z||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-10T07:46:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:46:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:46:36.136Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:47:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:47:26.590Z||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-10T07:47:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:47:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:47:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:47:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:47:36.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:47:36.143Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:48:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:48:26.590Z||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-10T07:48:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:48:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:48:26.591Z||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-10T07:48:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:48:36.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:48:36.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:49:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:49:26.590Z||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-10T07:49:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:49:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:49:26.591Z||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-10T07:49:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:49:36.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:49:36.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:50:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:50:26.590Z||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-10T07:50:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:50:26.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:50:26.592Z||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-10T07:50:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:50:36.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:50:36.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:51:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:51:26.590Z||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-10T07:51:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:51:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:51:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T07:51:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:51:36.129Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:51:36.138Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:52:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:52:26.590Z||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-10T07:52:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:52:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:52:26.591Z||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-10T07:52:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:52:36.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:52:36.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:53:26.590Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:53:26.590Z||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-10T07:53:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:53:26.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:53:26.591Z||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-10T07:53:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:53:36.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:53:36.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:54:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:54:26.590Z||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-10T07:54:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:54:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:54:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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-10T07:54:26.591Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:54:36.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:54:36.143Z|c8aa96f0-dc36-48ee-9036-c3ded8352e0e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:55:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:55:26.590Z||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-10T07:55:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:55:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:55:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:55:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:55:36.132Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:55:36.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:56:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:56:26.590Z||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-10T07:56:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:56:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:56:26.591Z||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-10T07:56:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:56:36.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:56:36.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:57:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:57:26.590Z||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-10T07:57:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:57:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:57:26.591Z||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-10T07:57:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:57:36.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:57:36.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:58:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:58:26.590Z||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-10T07:58:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:58:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:58:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T07:58:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:58:36.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:58:36.134Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:59:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:59:26.590Z||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-10T07:59:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:59:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T07:59:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T07:59:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T07:59:36.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T07:59:36.136Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:00:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:00:26.590Z||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-10T08:00:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:00:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:00:26.592Z||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-10T08:00:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:00:36.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:00:36.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:01:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:01:26.590Z||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-10T08:01:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:01:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:01:26.591Z||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-10T08:01:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:01:36.133Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:01:36.136Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:02:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:02:26.590Z||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-10T08:02:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:02:26.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:02:26.591Z||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-10T08:02:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:02:36.132Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:02:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:03:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:03:26.590Z||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-10T08:03:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:03:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:03:26.591Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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-10T08:03:26.592Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:03:36.129Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:03:36.134Z|e19fe707-20b8-4bc2-a7b3-2e4ca010a41e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:04:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:04:26.590Z||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-10T08:04:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:04:26.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:04:26.591Z||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-10T08:04:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:04:36.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:04:36.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:05:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:05:26.590Z||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-10T08:05:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:05:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:05:26.591Z|76a6785f-260a-46f6-a396-5d2cedc68061|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-10T08:05:26.592Z|76a6785f-260a-46f6-a396-5d2cedc68061|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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:05:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:05:36.136Z|76a6785f-260a-46f6-a396-5d2cedc68061|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:06:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:06:26.590Z||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-10T08:06:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:06:26.591Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:06:26.592Z||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-10T08:06:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:06:36.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:06:36.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:07:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:07:26.590Z||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-10T08:07:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:07:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:07:26.591Z||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-10T08:07:26.591Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:07:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:07:36.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:08:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:08:26.590Z||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-10T08:08:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:08:26.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:08:26.591Z||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-10T08:08:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:08:36.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:08:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:09:26.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:09:26.590Z||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-10T08:09:26.590Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:09:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:09:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T08:09:26.592Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:09:36.132Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:09:36.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:26.590Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:10:26.590Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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-10T08:10:26.591Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:26.592Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T08:10:26.592Z||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-10T08:10:26.592Z||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 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:26.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:27.218Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:27.219Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.219Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cb33450-c77d-46a7-ad42-beccd91596e4","serviceName":"Demo_pNF_SZFMGhtXHRAHfeTUu97b","serviceVersion":"1.0","serviceUUID":"acb3f98e-20e0-4f6a-b532-cc534616ae30","serviceDescription":"catalog service description","serviceInvariantUUID":"8aaae809-cdb5-4d0b-b7c2-d93b4d277411","resources":[{"resourceInstanceName":"pNF a9ff3aae-ab81 0","resourceName":"pNF a9ff3aae-ab81","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d7c39cd0-723f-49c0-b2ab-d303ac1cd09a","resourceInvariantUUID":"cd3e3f64-2c3a-49f8-a5b0-140de374590b","resourceCustomizationUUID":"f79f83eb-68a1-4792-b99c-cee3b61c7cac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml","artifactChecksum":"NWFiMmMwODEyZDQ3MzE4NzVhZmI1ZjI5ZjE1YjBiMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99c748ed-3b4d-46c0-8b86-2454940879a2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a38c7f80-1f77-4801-8258-de89623d5702","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c10c3d02-2245-46fc-8af4-a04686562c6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml","artifactChecksum":"NjA0Y2IxNGFmYjU1ODVmMmM5ODlmOGUzZTczZjc2ZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2ae8290-3089-45c9-a953-edc353516fdc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f52eb20-5f2d-4005-a21d-85b276fd850a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f819f99b-b68c-4b89-9e43-6bdd61a142a4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSzfmghtxhrahfetuu97b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml","artifactChecksum":"YzNmZDI1Y2M1MGRlNjNjYmJjMDc1OTZjZWZkZDRkOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bea77c79-91dd-49cd-87c8-787c19bb7115","artifactVersion":"1"},{"artifactName":"service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar","artifactChecksum":"NWRlMzUzODU0OGJiMWVmZDc5ZWQ1YzBjZjU2ZGQ1M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"961644ae-39cd-4a20-9e33-192676ab367a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T08:10:27.220Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:27.220Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:27.222Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:27.222Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899786096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899790014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899787685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899799490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899799495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "cds",
  "timestamp": 1646899800500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-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-10T08:10:27.243Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cb33450-c77d-46a7-ad42-beccd91596e4
2022-03-10T08:10:27.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb33450-c77d-46a7-ad42-beccd91596e4 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-10T08:10:27.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899800502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:27.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899801505,
  "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-10T08:10:27.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6cb33450-c77d-46a7-ad42-beccd91596e4
2022-03-10T08:10:27.253Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb33450-c77d-46a7-ad42-beccd91596e4 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-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899807321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899807918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899801504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899808921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899808959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899809324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "policy-id",
  "timestamp": 1646899809923,
  "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-10T08:10:27.270Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cb33450-c77d-46a7-ad42-beccd91596e4
2022-03-10T08:10:27.270Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb33450-c77d-46a7-ad42-beccd91596e4 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-10T08:10:27.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899809963,
  "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-10T08:10:27.280Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cb33450-c77d-46a7-ad42-beccd91596e4
2022-03-10T08:10:27.280Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb33450-c77d-46a7-ad42-beccd91596e4 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-10T08:10:27.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "cds",
  "timestamp": 1646899810329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-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-10T08:10:27.297Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f62685c-2184-4b52-a78d-9ef73b6af1ec
2022-03-10T08:10:27.297Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f62685c-2184-4b52-a78d-9ef73b6af1ec 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-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899813609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899807685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899815517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646899810014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899816720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899799091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899798600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899817314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-10T08:10:27.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899817826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899818109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899818210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "aai-ml",
  "timestamp": 1646899818316,
  "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-10T08:10:27.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6cb33450-c77d-46a7-ad42-beccd91596e4
2022-03-10T08:10:27.316Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb33450-c77d-46a7-ad42-beccd91596e4 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-10T08:10:27.322Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:27.322Z||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-10T08:10:27.322Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:27.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899818857,
  "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-10T08:10:27.327Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f62685c-2184-4b52-a78d-9ef73b6af1ec
2022-03-10T08:10:27.327Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f62685c-2184-4b52-a78d-9ef73b6af1ec 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-10T08:10:27.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899819112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646899819860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:27.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "policy-id",
  "timestamp": 1646899820114,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-03-10T08:10:27.335Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:27.335Z||pool-227-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=?
2022-03-10T08:10:27.338Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f62685c-2184-4b52-a78d-9ef73b6af1ec
2022-03-10T08:10:27.338Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f62685c-2184-4b52-a78d-9ef73b6af1ec 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-10T08:10:27.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899820995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:27.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:27.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646899821998,
  "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-10T08:10:27.348Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f62685c-2184-4b52-a78d-9ef73b6af1ec
2022-03-10T08:10:27.348Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f62685c-2184-4b52-a78d-9ef73b6af1ec 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-10T08:10:27.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899804491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:27.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T08:10:27.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T08:10:27.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "aai-ml",
  "timestamp": 1646899826390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:27.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T08:10:28.222Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:28.223Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:28.224Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:28.224Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:28.324Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:28.324Z||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-10T08:10:28.325Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:28.335Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:28.336Z||pool-228-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:29.225Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:29.225Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:29.226Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:29.226Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:29.326Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:29.327Z||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-10T08:10:29.327Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:29.339Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:29.339Z||pool-229-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:30.227Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:30.227Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:30.229Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:30.229Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:30.328Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T08:10:30.329Z||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-10T08:10:30.329Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:30.346Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:30.346Z||pool-230-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:31.229Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:31.229Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:31.231Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:31.231Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:31.331Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:31.331Z||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-10T08:10:31.331Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:31.343Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:31.343Z||pool-231-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:32.231Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:32.232Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:32.234Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:32.234Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/resourceInstances/pnfa9ff3aaeab810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:32.334Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:32.334Z||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-10T08:10:32.334Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:32.347Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:32.348Z||pool-232-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:33.235Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:33.235Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:33.236Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:33.236Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:10:33.336Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:33.337Z||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-10T08:10:33.337Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:33.350Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:33.350Z||pool-233-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:34.237Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:10:34.237Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:34.238Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:34.238Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:10:34.338Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T08:10:34.339Z||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-10T08:10:34.339Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:34.353Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:34.353Z||pool-234-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:35.239Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "serviceName": "Demo_pNF_SZFMGhtXHRAHfeTUu97b",
  "serviceVersion": "1.0",
  "serviceUUID": "acb3f98e-20e0-4f6a-b532-cc534616ae30",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8aaae809-cdb5-4d0b-b7c2-d93b4d277411",
  "resources": [
    {
      "resourceInstanceName": "pNF a9ff3aae-ab81 0",
      "resourceCustomizationUUID": "f79f83eb-68a1-4792-b99c-cee3b61c7cac",
      "resourceName": "pNF a9ff3aae-ab81",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d7c39cd0-723f-49c0-b2ab-d303ac1cd09a",
      "resourceInvariantUUID": "cd3e3f64-2c3a-49f8-a5b0-140de374590b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
      "artifactChecksum": "NWRlMzUzODU0OGJiMWVmZDc5ZWQ1YzBjZjU2ZGQ1M2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "961644ae-39cd-4a20-9e33-192676ab367a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T08:10:35.240Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T08:10:35.240Z|53c61ed9-d7c8-4a2b-a12d-e8edcf6448ab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 acb3f98e-20e0-4f6a-b532-cc534616ae30 ASDC
2022-03-10T08:10:35.240Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6cb33450-c77d-46a7-ad42-beccd91596e4
ServiceName:Demo_pNF_SZFMGhtXHRAHfeTUu97b
ServiceVersion:1.0
ServiceUUID:acb3f98e-20e0-4f6a-b532-cc534616ae30
ServiceInvariantUUID:8aaae809-cdb5-4d0b-b7c2-d93b4d277411
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
ArtifactUUID:961644ae-39cd-4a20-9e33-192676ab367a
ArtifactChecksum:NWRlMzUzODU0OGJiMWVmZDc5ZWQ1YzBjZjU2ZGQ1M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a9ff3aae-ab81 0
ResourceCustomizationUUID:f79f83eb-68a1-4792-b99c-cee3b61c7cac
ResourceInvariantUUID:cd3e3f64-2c3a-49f8-a5b0-140de374590b
ResourceName:pNF a9ff3aae-ab81
ResourceType:PNF
ResourceUUID:d7c39cd0-723f-49c0-b2ab-d303ac1cd09a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T08:10:35.240Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acb3f98e-20e0-4f6a-b532-cc534616ae30 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-10T08:10:35.274Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T08:10:35.275Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T08:10:35.275Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T08:10:35.275Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 961644ae-39cd-4a20-9e33-192676ab367a from URL: /sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:35.275Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T08:10:35.275Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:35.583Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T08:10:35.585Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar 961644ae-39cd-4a20-9e33-192676ab367a 82645
2022-03-10T08:10:35.586Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar ASDC sendASDCNotification
2022-03-10T08:10:35.586Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:35.586Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T08:10:35.586Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:35.587Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:35.587Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899835586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:10:35.687Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:35.687Z||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-10T08:10:35.687Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:35.699Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:35.700Z||pool-235-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:36.587Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T08:10:36.588Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T08:10:36.589Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 961644ae-39cd-4a20-9e33-192676ab367a, URL: /sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar to file: /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:36.589Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:36.589Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:36.590Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:36.701Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13265943079004883673/Definitions/service-DemoPnfSzfmghtxhrahfetuu97b-template.yml
2022-03-10T08:10:37.182Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T08:10:37.182Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T08:10:37.182Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.182Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T08:10:37.182Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a9ff3aae-ab81 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-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Node template pNF a9ff3aae-ab81 0 is matching search criteria
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a9ff3aae-ab81 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T08:10:37.183Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Node template pNF a9ff3aae-ab81 0 is matching search criteria
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a9ff3aae-ab81 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.184Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.185Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.185Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SZFMGhtXHRAHfeTUu97b
Description:catalog service description
Model UUID:acb3f98e-20e0-4f6a-b532-cc534616ae30
Model Version:NULL
Model InvariantUuid:8aaae809-cdb5-4d0b-b7c2-d93b4d277411
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-10T08:10:37.190Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d7c39cd0-723f-49c0-b2ab-d303ac1cd09a
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-10T08:10:37.192Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||pNF a9ff3aae-ab81 0
2022-03-10T08:10:37.192Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d7c39cd0-723f-49c0-b2ab-d303ac1cd09a
2022-03-10T08:10:37.192Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||No resources found for Service: acb3f98e-20e0-4f6a-b532-cc534616ae30
2022-03-10T08:10:37.193Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: acb3f98e-20e0-4f6a-b532-cc534616ae30
2022-03-10T08:10:37.193Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a9ff3aae-ab81 0 d7c39cd0-723f-49c0-b2ab-d303ac1cd09a 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-10T08:10:37.196Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@709d4ee, org.onap.sdc.toscaparser.api.parameters.Input@1594a90e, org.onap.sdc.toscaparser.api.parameters.Input@35793a98, org.onap.sdc.toscaparser.api.parameters.Input@5afdcfe0, org.onap.sdc.toscaparser.api.parameters.Input@139acef5]
2022-03-10T08:10:37.196Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.196Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.197Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid acb3f98e-20e0-4f6a-b532-cc534616ae30: pNF a9ff3aae-ab81
2022-03-10T08:10:37.197Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Processing PNF resource: d7c39cd0-723f-49c0-b2ab-d303ac1cd09a
2022-03-10T08:10:37.197Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:10:37.197Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_SZFMGhtXHRAHfeTUu97b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:10:37.197Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||Resource customization UUID: f79f83eb-68a1-4792-b99c-cee3b61c7cac is the same as notified resource customizationUUID: f79f83eb-68a1-4792-b99c-cee3b61c7cac
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-10T08:10:37.222Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a9ff3aae-ab81 d7c39cd0-723f-49c0-b2ab-d303ac1cd09a 0 ASDC deployResourceStructure
2022-03-10T08:10:37.223Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar ASDC sendASDCNotification
2022-03-10T08:10:37.223Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar
2022-03-10T08:10:37.223Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T08:10:37.223Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:10:37.224Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:10:37.224Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899837222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSzfmghtxhrahfetuu97b/1.0/artifacts/service-DemoPnfSzfmghtxhrahfetuu97b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T08:10:37.324Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:10:37.324Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:10:37.324Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:10:37.336Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:10:37.336Z||pool-236-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:10:38.224Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cb33450-c77d-46a7-ad42-beccd91596e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-10T08:10:38.241Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cb33450-c77d-46a7-ad42-beccd91596e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T08:10:38.242Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T08:10:38.242Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T08:10:38.243Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T08:10:38.243Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T08:10:38.243Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T08:10:38.243Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-10T08:10:38.243Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||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-10T08:10:38.247Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T08:11:08.247Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cb33450-c77d-46a7-ad42-beccd91596e4 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-10T08:11:08.250Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cb33450-c77d-46a7-ad42-beccd91596e4 and serviceModelVersionId: acb3f98e-20e0-4f6a-b532-cc534616ae30
2022-03-10T08:11:08.251Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8aaae809-cdb5-4d0b-b7c2-d93b4d277411
2022-03-10T08:11:08.251Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30?depth=0
2022-03-10T08:11:08.255Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T08:11:08.284Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30?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-10T08:11:08.285Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30?depth=0|INFO|500||Invoke
2022-03-10T08:11:08.299Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-10T08:11:08.322Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-10T08:11:08.322Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-08:11:08:307-51197], Content-Length=[495], Date=[Thu, 10 Mar 2022 08:11:08 GMT], Content-Type=[application/json]}
2022-03-10T08:11:08.322Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||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/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30","ERR.5.4.6114"]}}}

2022-03-10T08:11:08.327Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6cb33450-c77d-46a7-ad42-beccd91596e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30) (ec=ERR.5.4.6114)
2022-03-10T08:11:08.327Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6cb33450-c77d-46a7-ad42-beccd91596e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30) (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-10T08:11:08.327Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6cb33450-c77d-46a7-ad42-beccd91596e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30) (ec=ERR.5.4.6114)
2022-03-10T08:11:08.328Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6cb33450-c77d-46a7-ad42-beccd91596e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30) (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-10T08:11:08.330Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T08:11:08.330Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cb33450-c77d-46a7-ad42-beccd91596e4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6cb33450-c77d-46a7-ad42-beccd91596e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30) (ec=ERR.5.4.6114)
2022-03-10T08:11:08.330Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-10T08:11:08.331Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:08.332Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:08.332Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6cb33450-c77d-46a7-ad42-beccd91596e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899868330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6cb33450-c77d-46a7-ad42-beccd91596e4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8aaae809-cdb5-4d0b-b7c2-d93b4d277411/model-vers/model-ver/acb3f98e-20e0-4f6a-b532-cc534616ae30) (ec\u003dERR.5.4.6114)"
}
2022-03-10T08:11:08.432Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:08.432Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:08.432Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:08.454Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:08.454Z||pool-237-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T08:11:09.343Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T08:11:09.343Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f62685c-2184-4b52-a78d-9ef73b6af1ec","serviceName":"vFW 2022-03-10 08-08-13","serviceVersion":"1.0","serviceUUID":"1ff8eec6-7283-42ac-bec3-35213677d201","serviceDescription":"catalog service description","serviceInvariantUUID":"29959621-815c-4bfa-83ea-33a8a9060894","resources":[{"resourceInstanceName":"vFW d32b2916-4d0e 0","resourceName":"vFW d32b2916-4d0e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82ccd57c-b149-448e-a894-62ac062ef24d","resourceInvariantUUID":"131121b1-5925-464d-9cb5-5ed255345fd0","resourceCustomizationUUID":"15d3bdbd-5f51-4e65-8d18-9c65793cc03c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml","artifactChecksum":"NzZhOGM1MzliMDU0Y2IzMGI3MTAxZWQ1NmFlNzRjM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc3f2283-645d-43bc-9b39-b4cf3286c8ab","artifactVersion":"1"},{"artifactName":"vfwd32b29164d0e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json","artifactChecksum":"ODMzMTU1OWIzM2Y4MDE0YmFjNTlkN2ZiM2I1NWNhNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a4d92e2-4042-40e7-a68a-cc7241226b0d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec749f1d-640f-4759-9db9-5e31376a80b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml","artifactChecksum":"YWE2Mjg3YzFiODU1ZGU2YzllNDg1NjhiNTA4NDQwYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82a17fd0-4fcb-49bb-8e41-7685686b094f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d9dbc8d-174e-4391-8d27-4369e108fe80","artifactVersion":"2","generatedFromUUID":"ec749f1d-640f-4759-9db9-5e31376a80b9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310080813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml","artifactChecksum":"YjU0N2ZjNmI5ODU1MzhmM2RhZjUwOGM4YTA0NTc4ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be3f522d-f6a7-43fe-8390-0376e59cc8f9","artifactVersion":"1"},{"artifactName":"service-Vfw20220310080813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar","artifactChecksum":"ZDA3ZGEzMTFiZTc3MzAzMmJmMjM1YzMxNTAyZDA4OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57d980ee-86bb-488d-80cc-951f99acffc4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T08:11:09.344Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:09.344Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:09.345Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:09.345Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:11:09.445Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T08:11:09.446Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:09.446Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:09.461Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:09.461Z||pool-238-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:10.346Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:10.346Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:10.348Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:10.348Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T08:11:10.448Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:10.448Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:10.448Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:10.460Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:10.460Z||pool-239-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:11.112Z||http-nio-8085-exec-3|||||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-10T08:11:11.348Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:11.349Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:11.351Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:11.351Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T08:11:11.451Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:11.451Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:11.451Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:11.464Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:11.465Z||pool-240-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:12.351Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:12.352Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:12.353Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:12.353Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:11:12.453Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:12.453Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:12.453Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:12.466Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:12.466Z||pool-241-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:13.353Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:13.354Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:13.355Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:13.355Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T08:11:13.455Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:13.455Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:13.456Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:13.469Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:13.469Z||pool-242-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:14.355Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:14.356Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:14.358Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:14.358Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T08:11:14.458Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T08:11:14.458Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:14.458Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:14.471Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:14.471Z||pool-243-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:15.358Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T08:11:15.358Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:15.360Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:15.360Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899826590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T08:11:15.460Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:15.460Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:15.460Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:15.473Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:15.473Z||pool-244-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:16.360Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "serviceName": "vFW 2022-03-10 08-08-13",
  "serviceVersion": "1.0",
  "serviceUUID": "1ff8eec6-7283-42ac-bec3-35213677d201",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "29959621-815c-4bfa-83ea-33a8a9060894",
  "resources": [
    {
      "resourceInstanceName": "vFW d32b2916-4d0e 0",
      "resourceCustomizationUUID": "15d3bdbd-5f51-4e65-8d18-9c65793cc03c",
      "resourceName": "vFW d32b2916-4d0e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82ccd57c-b149-448e-a894-62ac062ef24d",
      "resourceInvariantUUID": "131121b1-5925-464d-9cb5-5ed255345fd0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd32b29164d0e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
          "artifactChecksum": "ODMzMTU1OWIzM2Y4MDE0YmFjNTlkN2ZiM2I1NWNhNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7a4d92e2-4042-40e7-a68a-cc7241226b0d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ec749f1d-640f-4759-9db9-5e31376a80b9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1d9dbc8d-174e-4391-8d27-4369e108fe80",
            "generatedFromUUID": "ec749f1d-640f-4759-9db9-5e31376a80b9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1d9dbc8d-174e-4391-8d27-4369e108fe80",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310080813-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
      "artifactChecksum": "ZDA3ZGEzMTFiZTc3MzAzMmJmMjM1YzMxNTAyZDA4OTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57d980ee-86bb-488d-80cc-951f99acffc4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T08:11:16.361Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T08:11:16.361Z|6cb33450-c77d-46a7-ad42-beccd91596e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ff8eec6-7283-42ac-bec3-35213677d201 ASDC
2022-03-10T08:11:16.361Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2f62685c-2184-4b52-a78d-9ef73b6af1ec
ServiceName:vFW 2022-03-10 08-08-13
ServiceVersion:1.0
ServiceUUID:1ff8eec6-7283-42ac-bec3-35213677d201
ServiceInvariantUUID:29959621-815c-4bfa-83ea-33a8a9060894
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310080813-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar
ArtifactUUID:57d980ee-86bb-488d-80cc-951f99acffc4
ArtifactChecksum:ZDA3ZGEzMTFiZTc3MzAzMmJmMjM1YzMxNTAyZDA4OTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d32b2916-4d0e 0
ResourceCustomizationUUID:15d3bdbd-5f51-4e65-8d18-9c65793cc03c
ResourceInvariantUUID:131121b1-5925-464d-9cb5-5ed255345fd0
ResourceName:vFW d32b2916-4d0e
ResourceType:VF
ResourceUUID:82ccd57c-b149-448e-a894-62ac062ef24d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd32b29164d0e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json
ArtifactUUID:7a4d92e2-4042-40e7-a68a-cc7241226b0d
ArtifactChecksum:ODMzMTU1OWIzM2Y4MDE0YmFjNTlkN2ZiM2I1NWNhNGU=
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/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml
ArtifactUUID:ec749f1d-640f-4759-9db9-5e31376a80b9
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/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env
ArtifactUUID:1d9dbc8d-174e-4391-8d27-4369e108fe80
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/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env
ArtifactUUID:1d9dbc8d-174e-4391-8d27-4369e108fe80
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T08:11:16.361Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ff8eec6-7283-42ac-bec3-35213677d201 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-10T08:11:16.387Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T08:11:16.387Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T08:11:16.387Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T08:11:16.388Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 57d980ee-86bb-488d-80cc-951f99acffc4 from URL: /sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:16.388Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T08:11:16.388Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:16.713Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T08:11:16.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar 57d980ee-86bb-488d-80cc-951f99acffc4 98948
2022-03-10T08:11:16.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar ASDC sendASDCNotification
2022-03-10T08:11:16.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:16.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T08:11:16.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:16.717Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:16.717Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899876716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:11:16.817Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:16.818Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:16.818Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:16.834Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:16.834Z||pool-245-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:17.718Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T08:11:17.719Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-10T08:11:17.719Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 57d980ee-86bb-488d-80cc-951f99acffc4, URL: /sdc/v1/catalog/services/Vfw20220310080813/1.0/artifacts/service-Vfw20220310080813-csar.csar to file: /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:17.719Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310080813-csar.csar
2022-03-10T08:11:17.720Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:17.720Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:17.973Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9669440082652584258/Definitions/service-Vfw20220310080813-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-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.298Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d32b2916-4d0e 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-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310080813-csar.csar
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-10T08:11:19.299Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T08:11:19.300Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.301Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.302Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=51e3e089-9132-4fbf-84c0-f5898e51e5db
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T08:11:19.303Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=552678a6-1fe0-437c-8433-6a7a282604d4
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T08:11:19.304Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=50bb4ac1-ffbb-4a5f-8433-314aba25c16e
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:19.305Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 08-08-13
Description:catalog service description
Model UUID:1ff8eec6-7283-42ac-bec3-35213677d201
Model Version:NULL
Model InvariantUuid:29959621-815c-4bfa-83ea-33a8a9060894
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d32b2916-4d0e
Model UUID:038413e3-f862-4c2a-8f88-34ff13cf3b55
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:131121b1-5925-464d-9cb5-5ed255345fd0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:15d3bdbd-5f51-4e65-8d18-9c65793cc03c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a8b4166-cf54-42d5-a9ac-6763db9a2763
ModelName:VfwD32b29164d0e..base_vfw..module-0
ModelUuid:fd30a1fd-c19e-43ee-a2a5-a1ceb9b754d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51e3e089-9132-4fbf-84c0-f5898e51e5db
ModelInvariantUuid:dc6fe0e6-5340-4bc1-bdf0-f474d54cf02c
ModelName:vFW d32b2916-4d0e-nodes.vfwCvfc
ModelUuid:20cbabc0-48ae-4c99-9381-05ae3a4c68e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d8dd209a-ae77-4a7b-af2c-a64e21b95f0d
ModelInvariantUuid:6d90010c-fcef-4efb-94f9-cab8d6e04a8c
ModelName:VfwD32b29164d0e.compute.nodes.heat.vfw
ModelUuid:b92c1fee-be6b-4562-97cd-62dc6e86347a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:552678a6-1fe0-437c-8433-6a7a282604d4
ModelInvariantUuid:d0c90cae-0ec4-4693-a809-ea96c84845cf
ModelName:vFW d32b2916-4d0e-nodes.vsnCvfc
ModelUuid:b0e94fc3-7c87-4b8c-aab3-2cdc65d27a6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5d32da19-b62d-49d6-9d2a-327c259f953f
ModelInvariantUuid:2d3bd3c8-b591-41e1-a743-d93d75d7fc48
ModelName:VfwD32b29164d0e.compute.nodes.heat.vsn
ModelUuid:ade44121-7a22-4153-bdad-47f31120357d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:50bb4ac1-ffbb-4a5f-8433-314aba25c16e
ModelInvariantUuid:f411d8ea-fc60-455e-8548-d4b8e40f722e
ModelName:vFW d32b2916-4d0e-nodes.vpgCvfc
ModelUuid:5a12fc73-2f19-4e5b-8841-0434c774ba7f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1cd98e12-8a4f-442e-964d-3973023a02ce
ModelInvariantUuid:ac81df87-eb68-45d2-9ccf-d519676e02f1
ModelName:VfwD32b29164d0e.compute.nodes.heat.vpg
ModelUuid:43f5190b-9ef1-4429-9aff-2dceeb9422a7
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-10T08:11:19.312Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 82ccd57c-b149-448e-a894-62ac062ef24d
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-10T08:11:19.314Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||vFW d32b2916-4d0e 0
2022-03-10T08:11:19.314Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82ccd57c-b149-448e-a894-62ac062ef24d
2022-03-10T08:11:19.315Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a4d92e2-4042-40e7-a68a-cc7241226b0d from URL: /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json
2022-03-10T08:11:19.315Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T08:11:19.315Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json
2022-03-10T08:11:19.708Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T08:11:19.708Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json 7a4d92e2-4042-40e7-a68a-cc7241226b0d 785
2022-03-10T08:11:19.708Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json ASDC sendASDCNotification
2022-03-10T08:11:19.708Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json
2022-03-10T08:11:19.709Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T08:11:19.709Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:19.710Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:19.710Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899879708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:11:19.810Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:19.810Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:19.811Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:19.823Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:19.823Z||pool-246-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:20.710Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD32b29164d0e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3a8b4166-cf54-42d5-a9ac-6763db9a2763",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd30a1fd-c19e-43ee-a2a5-a1ceb9b754d8",
    "vfModuleModelCustomizationUUID": "4da6f848-7d04-40db-8c6e-bf50cc4fc536",
    "isBase": true,
    "artifacts": [
      "ec749f1d-640f-4759-9db9-5e31376a80b9",
      "1d9dbc8d-174e-4391-8d27-4369e108fe80"
    ],
    "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-10T08:11:20.713Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD32b29164d0e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd30a1fd-c19e-43ee-a2a5-a1ceb9b754d8
VfModuleModelInvariantUUID:3a8b4166-cf54-42d5-a9ac-6763db9a2763
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec749f1d-640f-4759-9db9-5e31376a80b9
,
1d9dbc8d-174e-4391-8d27-4369e108fe80

}
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-10T08:11:20.715Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD32b29164d0e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3a8b4166-cf54-42d5-a9ac-6763db9a2763",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd30a1fd-c19e-43ee-a2a5-a1ceb9b754d8",
    "vfModuleModelCustomizationUUID": "4da6f848-7d04-40db-8c6e-bf50cc4fc536",
    "isBase": true,
    "artifacts": [
      "ec749f1d-640f-4759-9db9-5e31376a80b9",
      "1d9dbc8d-174e-4391-8d27-4369e108fe80"
    ],
    "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-10T08:11:20.715Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD32b29164d0e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd30a1fd-c19e-43ee-a2a5-a1ceb9b754d8
VfModuleModelInvariantUUID:3a8b4166-cf54-42d5-a9ac-6763db9a2763
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec749f1d-640f-4759-9db9-5e31376a80b9
,
1d9dbc8d-174e-4391-8d27-4369e108fe80

}
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-10T08:11:20.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec749f1d-640f-4759-9db9-5e31376a80b9 from URL: /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml
2022-03-10T08:11:20.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T08:11:20.716Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml
2022-03-10T08:11:20.771Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T08:11:20.771Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml ec749f1d-640f-4759-9db9-5e31376a80b9 20368
2022-03-10T08:11:20.771Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T08:11:20.772Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml
2022-03-10T08:11:20.772Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T08:11:20.772Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:20.773Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:20.773Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899880771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:11:20.873Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:20.874Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:20.874Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:20.885Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:20.885Z||pool-247-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:21.774Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d9dbc8d-174e-4391-8d27-4369e108fe80 from URL: /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env
2022-03-10T08:11:21.774Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-10T08:11:21.774Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env
2022-03-10T08:11:21.815Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-10T08:11:21.815Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env 1d9dbc8d-174e-4391-8d27-4369e108fe80 2098
2022-03-10T08:11:21.816Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T08:11:21.816Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env
2022-03-10T08:11:21.816Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T08:11:21.816Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:21.818Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:21.818Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899881816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T08:11:21.918Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:21.918Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:21.918Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:21.930Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:21.930Z||pool-248-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T08:11:22.819Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1ff8eec6-7283-42ac-bec3-35213677d201
2022-03-10T08:11:22.819Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d32b2916-4d0e 0 82ccd57c-b149-448e-a894-62ac062ef24d 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-10T08:11:22.839Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63648f44, org.onap.sdc.toscaparser.api.parameters.Input@3b7f4e6c, org.onap.sdc.toscaparser.api.parameters.Input@2a39327b, org.onap.sdc.toscaparser.api.parameters.Input@19f606aa, org.onap.sdc.toscaparser.api.parameters.Input@5e2fa47f]
2022-03-10T08:11:22.840Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.840Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.841Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-10T08:11:22.841Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 15d3bdbd-5f51-4e65-8d18-9c65793cc03c
2022-03-10T08:11:22.841Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15d3bdbd-5f51-4e65-8d18-9c65793cc03c matches Tosca VF Customization UUID: 15d3bdbd-5f51-4e65-8d18-9c65793cc03c
2022-03-10T08:11:22.841Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 15d3bdbd-5f51-4e65-8d18-9c65793cc03c  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-10T08:11:22.843Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.843Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.844Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 15d3bdbd-5f51-4e65-8d18-9c65793cc03c: {\"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-10T08:11:22.844Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55c154ec
2022-03-10T08:11:22.844Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.844Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T08:11:22.845Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4da6f848-7d04-40db-8c6e-bf50cc4fc536
2022-03-10T08:11:22.845Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4da6f848-7d04-40db-8c6e-bf50cc4fc536
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-10T08:11:22.847Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.847Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:22.847Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:22.847Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.848Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:22.848Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:22.848Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.848Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:22.848Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:22.849Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T08:11:22.849Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:22.849Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T08:11:22.849Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T08:11:22.849Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.850Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:22.850Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T08:11:22.850Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:22.850Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T08:11:22.850Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.851Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=51e3e089-9132-4fbf-84c0-f5898e51e5db
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-10T08:11:22.852Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.853Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:22.853Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:22.853Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.853Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:22.853Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:22.854Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T08:11:22.854Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:22.854Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.854Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T08:11:22.854Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.855Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:22.855Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T08:11:22.855Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T08:11:22.855Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:22.855Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T08:11:22.855Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.856Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=552678a6-1fe0-437c-8433-6a7a282604d4
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-10T08:11:22.857Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.858Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:22.858Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:22.858Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.858Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is not matching search criteria
2022-03-10T08:11:22.858Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T08:11:22.859Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T08:11:22.859Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:22.859Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.859Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T08:11:22.859Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.860Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T08:11:22.860Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T08:11:22.860Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T08:11:22.860Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T08:11:22.860Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T08:11:22.860Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T08:11:22.861Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=50bb4ac1-ffbb-4a5f-8433-314aba25c16e
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-10T08:11:22.862Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.863Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:22.863Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T08:11:22.863Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.863Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Node template vFW d32b2916-4d0e 0 is matching search criteria
2022-03-10T08:11:22.864Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d32b2916-4d0e 0] matching following query criteria: sdcType=VF, customizationUUID=15d3bdbd-5f51-4e65-8d18-9c65793cc03c
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-10T08:11:22.865Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.865Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.866Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1ff8eec6-7283-42ac-bec3-35213677d201: vFW d32b2916-4d0e
2022-03-10T08:11:22.866Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.866Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.866Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.866Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.867Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.867Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.867Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.867Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.867Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T08:11:22.867Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-10 08-08-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T08:11:22.868Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-10 08-08-13 
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-10T08:11:23.010Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d32b2916-4d0e 82ccd57c-b149-448e-a894-62ac062ef24d 1 ASDC deployResourceStructure
2022-03-10T08:11:23.010Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json ASDC sendASDCNotification
2022-03-10T08:11:23.010Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json
2022-03-10T08:11:23.010Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T08:11:23.011Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:23.012Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:23.013Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899883010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/vfwd32b29164d0e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T08:11:23.112Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T08:11:23.113Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:23.113Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:23.124Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:23.124Z||pool-249-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T08:11:24.013Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T08:11:24.013Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml
2022-03-10T08:11:24.014Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T08:11:24.014Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-10T08:11:24.015Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T08:11:24.015Z|2f62685c-2184-4b52-a78d-9ef73b6af1ec|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2f62685c-2184-4b52-a78d-9ef73b6af1ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646899884013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310080813/1.0/resourceInstances/vfwd32b29164d0e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T08:11:24.115Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T08:11:24.115Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T08:11:24.115Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 56vOdnHwkCAuBJR8) ...
2022-03-10T08:11:24.127Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T08:11:24.127Z||pool-250-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}